/[autoconf]/autoconf/bin/autom4te.in
ViewVC logotype

Diff of /autoconf/bin/autom4te.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.69 by akim, Thu Aug 29 08:13:24 2002 UTC revision 1.70 by akim, Tue Sep 3 06:09:30 2002 UTC
# Line 524  Try `$me --help' for more information." Line 524  Try `$me --help' for more information."
524    $melt = 1    $melt = 1
525      if $freeze;      if $freeze;
526    
   # Add directories from the appropriate env var to the include path.  
   @include = (@include, split(/:/, $ENV{'AUTOM4TE_PATH'}))  
     if exists($ENV{'AUTOM4TE_PATH'});  
   
   # Also add the site macro directory, if applicable.  
   @include = (@include, '@SITE_MACRO_DIR@')  
     if ('@SITE_MACRO_DIR@' ne 'no');  
   
527    # Normalize the includes: the first occurrence is enough, several is    # Normalize the includes: the first occurrence is enough, several is
528    # a pain since it introduces a useless difference in the path which    # a pain since it introduces a useless difference in the path which
529    # invalidates the cache.  And strip `.' which is implicit and always    # invalidates the cache.  And strip `.' which is implicit and always

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26