/[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.107 by akim, Wed Oct 16 06:38:50 2002 UTC revision 1.108 by akim, Fri Oct 25 11:52:38 2002 UTC
# Line 338  sub autoreconf ($) Line 338  sub autoreconf ($)
338       . join (' --trace=', '',       . join (' --trace=', '',
339               # If you change this list, update the               # If you change this list, update the
340               # `Autoreconf-preselections' section of autom4te.in.               # `Autoreconf-preselections' section of autom4te.in.
              'AC_INIT', 'AM_GNU_GETTEXT', 'AC_PROG_LIBTOOL',  
341               'AC_CONFIG_HEADERS',               'AC_CONFIG_HEADERS',
342               'AC_CONFIG_SUBDIRS:AC_CONFIG_SUBDIRS:\$1')               'AC_CONFIG_SUBDIRS:AC_CONFIG_SUBDIRS:\$1',
343                 'AC_INIT',
344                 'AC_PROG_LIBTOOL',
345                 'AM_GNU_GETTEXT',
346                )
347       . ' |');       . ' |');
348    while ($_ = $traces->getline)    while ($_ = $traces->getline)
349      {      {

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

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