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

Diff of /autoconf/bin/autoreconf.in

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

revision 1.90 by akim, Thu Mar 14 17:25:16 2002 UTC revision 1.91 by schwab, Wed Apr 3 10:53:56 2002 UTC
# Line 426  sub autoreconf ($) Line 426  sub autoreconf ($)
426      }      }
427    
428    
   # ------------------ #  
   # Running automake.  #  
   # ------------------ #  
   
   # Assumes that there is a Makefile.am in the topmost directory.  
   if (!-f 'Makefile.am')  
     {  
       verbose "$configure_ac: not using Automake";  
     }  
   else  
     {  
       # We should always run automake, and let it decide whether it shall  
       # update the file or not.  In fact, the effect of `$force' is already  
       # included in `$automake' via `--no-force'.  
       xsystem ($automake);  
     }  
   
   
429    # ------------------- #    # ------------------- #
430    # Rerunning aclocal.  #    # Rerunning aclocal.  #
431    # ------------------- #    # ------------------- #
432    
433    # If we re-installed Libtool or Gettext, the macros might have changed.    # If we re-installed Libtool or Gettext, the macros might have changed.
434      # Automake also needs an up-to-date aclocal.m4.
435    if ($rerun_alocal)    if ($rerun_alocal)
436      {      {
437        if (!$uses_aclocal)        if (!$uses_aclocal)
# Line 465  sub autoreconf ($) Line 448  sub autoreconf ($)
448      }      }
449    
450    
451      # ------------------ #
452      # Running automake.  #
453      # ------------------ #
454    
455      # Assumes that there is a Makefile.am in the topmost directory.
456      if (!-f 'Makefile.am')
457        {
458          verbose "$configure_ac: not using Automake";
459        }
460      else
461        {
462          # We should always run automake, and let it decide whether it shall
463          # update the file or not.  In fact, the effect of `$force' is already
464          # included in `$automake' via `--no-force'.
465          xsystem ($automake);
466        }
467    
468    
469    # ------------------ #    # ------------------ #
470    # Running autoconf.  #    # Running autoconf.  #
471    # ------------------ #    # ------------------ #

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

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