]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4: Last changes for `configure.ac'.
authorAkim Demaille <akim@epita.fr>
Fri, 12 Jan 2001 09:19:59 +0000 (09:19 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 12 Jan 2001 09:19:59 +0000 (09:19 +0000)
(_AC_INIT_HELP, _AC_OUTPUT_SUBDIRS): Take `configure.ac' into
account.
* autoreconf.sh: Likewise.

21 files changed:
ChangeLog
acgeneral.m4
autoconf.in
autoconf.sh
autoheader.in
autoheader.sh
autoreconf.in
autoreconf.sh
autoscan.in
autoscan.pl
bin/autoconf.in
bin/autoheader.in
bin/autoreconf.in
bin/autoscan.in
doc/install.texi
lib/autoconf/general.m4
lib/m4sugar/m4sugar.m4
m4sugar.m4
man/autoheader.1
man/autoscan.1
man/autoupdate.1

index bdd4b7710b04a44bd27b4d5b8311bd6673bc9226..2dc0fbb8d35b430f21e796efc250d8554b5cfd2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-12  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4: Last changes for `configure.ac'.
+       (_AC_INIT_HELP, _AC_OUTPUT_SUBDIRS): Take `configure.ac' into
+       account.
+       * autoreconf.sh: Likewise.
+
+       
 2001-01-11  Motoyuki Kasahara  <m-kasahr@sra.co.jp>
 
        * acfunctions.m4 (AC_FUNC_MEMCMP): Missing comma in AC_TRY_RUN
index 2636eae0a5a046e69e2dd2d59811b8ae50ee699d..1fa1f13bf19642aebdd1515008f8fb806a3fcaf8 100644 (file)
@@ -62,7 +62,7 @@
 # KILL is only used to suppress output.
 #
 # The layers of `configure'.  We let m4 undivert them by itself, when
-# it reaches the end of `configure.in'.
+# it reaches the end of `configure.ac'.
 #
 # - BINSH
 #   AC_REQUIRE'd #! /bin/sh line
@@ -268,7 +268,7 @@ m4_define([AU_DEFINE],
 # Also define NAME as a macro which code is NEW-CODE.
 #
 # This allows to share the same code for both supporting obsoleted macros,
-# and to update a configure.in.
+# and to update a configure.ac.
 # See `acobsolete.m4' for a longer description.
 m4_define([AU_DEFUN],
 [AU_DEFINE([$1],
@@ -580,7 +580,7 @@ m4_popdef([AC_Prefix])dnl
 
 
 # It is suggested that the macros in this section appear before
-# AC_INIT in `configure.in'.  Nevertheless, this is just stylistic,
+# AC_INIT in `configure.ac'.  Nevertheless, this is just stylistic,
 # and from the implementation point of, AC_INIT *must* be expanded
 # beforehand: it puts data in diversions which must appear before the
 # data provided by the macros of this section.
@@ -732,7 +732,7 @@ exec AS_MESSAGE_LOG_FD>>config.log
 
 # _AC_INIT_DEFAULTS
 # -----------------
-# Values which defaults can be set from `configure.in'.
+# Values which defaults can be set from `configure.ac'.
 # `/bin/machine' is used in `glibcbug'.  The others are used in config.*
 m4_define([_AC_INIT_DEFAULTS],
 [m4_divert_push([DEFAULTS])dnl
@@ -1408,7 +1408,8 @@ if test "$ac_init_help" = "recursive"; then
     elif test -f $ac_sub_srcdir/configure; then
       echo
       $SHELL $ac_sub_srcdir/configure  --help=recursive
-    elif test -f $ac_sub_srcdir/configure.in; then
+    elif test -f $ac_sub_srcdir/configure.ac ||
+           test -f $ac_sub_srcdir/configure.in; then
       echo
       $ac_configure --help
     else
@@ -3537,7 +3538,7 @@ m4_define([AC_LIST_COMMANDS_COMMANDS])
 # `default-2' etc. for each call.
 #
 # Unfortunately this scheme is fragile: bad things might happen
-# if you update an included file and configure.in: you might have
+# if you update an included file and configure.ac: you might have
 # clashes :(  On the other hand, I'd like to avoid weird keys (e.g.,
 # depending upon __file__ or the pid).
 AU_DEFUN([AC_OUTPUT_COMMANDS],
@@ -4250,7 +4251,7 @@ EOF
 cat >>$CONFIG_STATUS <<EOF
 dnl Neutralize VPATH when `$srcdir' = `.'.
   sed "$ac_vpsub
-dnl Shell code in configure.in might set extrasub.
+dnl Shell code in configure.ac might set extrasub.
 dnl FIXME: do we really want to maintain this feature?
 $extrasub
 EOF
@@ -4698,7 +4699,8 @@ AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
       ac_sub_configure="$SHELL $ac_sub_srcdir/configure.gnu"
     elif test -f $ac_sub_srcdir/configure; then
       ac_sub_configure="$SHELL $ac_sub_srcdir/configure"
-    elif test -f $ac_sub_srcdir/configure.in; then
+    elif test -f $ac_sub_srcdir/configure.ac ||
+           test -f $ac_sub_srcdir/configure.in; then
       ac_sub_configure=$ac_configure
     else
       AC_MSG_WARN([no configuration information is in $ac_subdir])
index 4da21ea3daf1dcf61c2d1ff91b80c842acbf13e2..5dd627011c139f07decb1f4fa52d78bf7b469fc2 100644 (file)
@@ -502,11 +502,11 @@ EOF
   # Transform the traces from m4 into an m4 input file.
   # Typically, transform:
   #
-  # | m4trace:configure.in:3: -1- AC_SUBST([exec_prefix], [NONE])
+  # | m4trace:configure.ac:3: -1- AC_SUBST([exec_prefix], [NONE])
   #
   # into
   #
-  # | AT_AC_SUBST([configure.in], [3], [1], [AC_SUBST], [exec_prefix], [NONE])
+  # | AT_AC_SUBST([configure.ac], [3], [1], [AC_SUBST], [exec_prefix], [NONE])
   #
   # Pay attention that the file name might include colons, if under DOS
   # for instance, so we don't use `[^:][^:]*'.
index 4da21ea3daf1dcf61c2d1ff91b80c842acbf13e2..5dd627011c139f07decb1f4fa52d78bf7b469fc2 100644 (file)
@@ -502,11 +502,11 @@ EOF
   # Transform the traces from m4 into an m4 input file.
   # Typically, transform:
   #
-  # | m4trace:configure.in:3: -1- AC_SUBST([exec_prefix], [NONE])
+  # | m4trace:configure.ac:3: -1- AC_SUBST([exec_prefix], [NONE])
   #
   # into
   #
-  # | AT_AC_SUBST([configure.in], [3], [1], [AC_SUBST], [exec_prefix], [NONE])
+  # | AT_AC_SUBST([configure.ac], [3], [1], [AC_SUBST], [exec_prefix], [NONE])
   #
   # Pay attention that the file name might include colons, if under DOS
   # for instance, so we don't use `[^:][^:]*'.
index 066c80183c9200a78f74b8b9d1067660228c73dc..e0fc1a7ed8a8de9be5212979d4f96894b5ce959b 100644 (file)
@@ -1,5 +1,5 @@
 #! @SHELL@
-# autoheader -- create `config.h.in' from `configure.in'
+# autoheader -- create `config.h.in' from `configure.ac'
 # Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
 # Free Software Foundation, Inc.
 
@@ -308,7 +308,7 @@ test -r $config_h.top && cat $config_h.top >>$tmp/config.hin
 test -r $localdir/acconfig.h &&
   sed '/@BOTTOM@/,$d;s/@TOP@//' $localdir/acconfig.h >>$tmp/config.hin
 
-# Dump the templates from `configure.in'.
+# Dump the templates from `configure.ac'.
 for verb in `(set) 2>&1 | sed -n -e '/^ac_verbatim/s/^\([^=]*\)=.*$/\1/p' | sort`; do
   echo >>$tmp/config.hin
   eval echo '"${'$verb'}"' >>$tmp/config.hin
index 066c80183c9200a78f74b8b9d1067660228c73dc..e0fc1a7ed8a8de9be5212979d4f96894b5ce959b 100644 (file)
@@ -1,5 +1,5 @@
 #! @SHELL@
-# autoheader -- create `config.h.in' from `configure.in'
+# autoheader -- create `config.h.in' from `configure.ac'
 # Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
 # Free Software Foundation, Inc.
 
@@ -308,7 +308,7 @@ test -r $config_h.top && cat $config_h.top >>$tmp/config.hin
 test -r $localdir/acconfig.h &&
   sed '/@BOTTOM@/,$d;s/@TOP@//' $localdir/acconfig.h >>$tmp/config.hin
 
-# Dump the templates from `configure.in'.
+# Dump the templates from `configure.ac'.
 for verb in `(set) 2>&1 | sed -n -e '/^ac_verbatim/s/^\([^=]*\)=.*$/\1/p' | sort`; do
   echo >>$tmp/config.hin
   eval echo '"${'$verb'}"' >>$tmp/config.hin
index 7a909c70b79a3c38e2369c8900c6fe852d82b6a4..ef241e1a53fba46f33ac4861ab83cb6893b15e3e 100644 (file)
@@ -298,9 +298,9 @@ update="@SHELL@ $tmp/update.sh"
 
 # Make a list of directories to process.
 # The xargs grep filters out Cygnus configure.in files.
-find . -name configure.in -print |
-xargs grep -l AC_OUTPUT |
-sed 's%/configure\.in$%%; s%^./%%' |
+find . -name configure.ac -o -name configure.ac -print |
+xargs grep -l AC_INIT |
+sed 's,/configure\.ac$,,;s,/configure\.in$,,;s,^./,,' |
 while read dir; do
   (
   cd $dir || continue
index 7a909c70b79a3c38e2369c8900c6fe852d82b6a4..ef241e1a53fba46f33ac4861ab83cb6893b15e3e 100644 (file)
@@ -298,9 +298,9 @@ update="@SHELL@ $tmp/update.sh"
 
 # Make a list of directories to process.
 # The xargs grep filters out Cygnus configure.in files.
-find . -name configure.in -print |
-xargs grep -l AC_OUTPUT |
-sed 's%/configure\.in$%%; s%^./%%' |
+find . -name configure.ac -o -name configure.ac -print |
+xargs grep -l AC_INIT |
+sed 's,/configure\.ac$,,;s,/configure\.in$,,;s,^./,,' |
 while read dir; do
   (
   cd $dir || continue
index d7d6a36ee91c11a4be2cd8153acd2a57d103e3df..ee998558987fb485eef4d6e3835dc49ae5ce5b21 100644 (file)
@@ -1,5 +1,5 @@
 #! @PERL@ -w
-# autoscan - Create configure.scan (a preliminary configure.in) for a package.
+# autoscan - Create configure.scan (a preliminary configure.ac) for a package.
 # Copyright 1994, 1999, 2000 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -47,7 +47,7 @@ sub print_usage
 Examine source files in the directory tree rooted at SRCDIR, or the
 current directory if none is given.  Search the source files for
 common portability problems and create a file `configure.scan' which
-is a preliminary `configure.in' for that package.
+is a preliminary `configure.ac' for that package.
 
   -h, --help            print this help, then exit
   -V, --version         print version number, then exit
@@ -117,7 +117,7 @@ sub init_tables
   # The data file format supports only one line of macros per function.
   # If more than that is required for a common portability problem,
   # a new Autoconf macro should probably be written for that case,
-  # instead of duplicating the code in lots of configure.in files.
+  # instead of duplicating the code in lots of configure.ac files.
 
   foreach $kind ('functions', 'headers', 'identifiers', 'programs',
                 'makevars') {
@@ -317,7 +317,7 @@ sub scan_sh_file
   }
 }
 
-# Print a configure.in.
+# Print a configure.ac.
 sub output
 {
   local (%unique_makefiles);
index d7d6a36ee91c11a4be2cd8153acd2a57d103e3df..ee998558987fb485eef4d6e3835dc49ae5ce5b21 100644 (file)
@@ -1,5 +1,5 @@
 #! @PERL@ -w
-# autoscan - Create configure.scan (a preliminary configure.in) for a package.
+# autoscan - Create configure.scan (a preliminary configure.ac) for a package.
 # Copyright 1994, 1999, 2000 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -47,7 +47,7 @@ sub print_usage
 Examine source files in the directory tree rooted at SRCDIR, or the
 current directory if none is given.  Search the source files for
 common portability problems and create a file `configure.scan' which
-is a preliminary `configure.in' for that package.
+is a preliminary `configure.ac' for that package.
 
   -h, --help            print this help, then exit
   -V, --version         print version number, then exit
@@ -117,7 +117,7 @@ sub init_tables
   # The data file format supports only one line of macros per function.
   # If more than that is required for a common portability problem,
   # a new Autoconf macro should probably be written for that case,
-  # instead of duplicating the code in lots of configure.in files.
+  # instead of duplicating the code in lots of configure.ac files.
 
   foreach $kind ('functions', 'headers', 'identifiers', 'programs',
                 'makevars') {
@@ -317,7 +317,7 @@ sub scan_sh_file
   }
 }
 
-# Print a configure.in.
+# Print a configure.ac.
 sub output
 {
   local (%unique_makefiles);
index 4da21ea3daf1dcf61c2d1ff91b80c842acbf13e2..5dd627011c139f07decb1f4fa52d78bf7b469fc2 100644 (file)
@@ -502,11 +502,11 @@ EOF
   # Transform the traces from m4 into an m4 input file.
   # Typically, transform:
   #
-  # | m4trace:configure.in:3: -1- AC_SUBST([exec_prefix], [NONE])
+  # | m4trace:configure.ac:3: -1- AC_SUBST([exec_prefix], [NONE])
   #
   # into
   #
-  # | AT_AC_SUBST([configure.in], [3], [1], [AC_SUBST], [exec_prefix], [NONE])
+  # | AT_AC_SUBST([configure.ac], [3], [1], [AC_SUBST], [exec_prefix], [NONE])
   #
   # Pay attention that the file name might include colons, if under DOS
   # for instance, so we don't use `[^:][^:]*'.
index 066c80183c9200a78f74b8b9d1067660228c73dc..e0fc1a7ed8a8de9be5212979d4f96894b5ce959b 100644 (file)
@@ -1,5 +1,5 @@
 #! @SHELL@
-# autoheader -- create `config.h.in' from `configure.in'
+# autoheader -- create `config.h.in' from `configure.ac'
 # Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000
 # Free Software Foundation, Inc.
 
@@ -308,7 +308,7 @@ test -r $config_h.top && cat $config_h.top >>$tmp/config.hin
 test -r $localdir/acconfig.h &&
   sed '/@BOTTOM@/,$d;s/@TOP@//' $localdir/acconfig.h >>$tmp/config.hin
 
-# Dump the templates from `configure.in'.
+# Dump the templates from `configure.ac'.
 for verb in `(set) 2>&1 | sed -n -e '/^ac_verbatim/s/^\([^=]*\)=.*$/\1/p' | sort`; do
   echo >>$tmp/config.hin
   eval echo '"${'$verb'}"' >>$tmp/config.hin
index 7a909c70b79a3c38e2369c8900c6fe852d82b6a4..ef241e1a53fba46f33ac4861ab83cb6893b15e3e 100644 (file)
@@ -298,9 +298,9 @@ update="@SHELL@ $tmp/update.sh"
 
 # Make a list of directories to process.
 # The xargs grep filters out Cygnus configure.in files.
-find . -name configure.in -print |
-xargs grep -l AC_OUTPUT |
-sed 's%/configure\.in$%%; s%^./%%' |
+find . -name configure.ac -o -name configure.ac -print |
+xargs grep -l AC_INIT |
+sed 's,/configure\.ac$,,;s,/configure\.in$,,;s,^./,,' |
 while read dir; do
   (
   cd $dir || continue
index d7d6a36ee91c11a4be2cd8153acd2a57d103e3df..ee998558987fb485eef4d6e3835dc49ae5ce5b21 100644 (file)
@@ -1,5 +1,5 @@
 #! @PERL@ -w
-# autoscan - Create configure.scan (a preliminary configure.in) for a package.
+# autoscan - Create configure.scan (a preliminary configure.ac) for a package.
 # Copyright 1994, 1999, 2000 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -47,7 +47,7 @@ sub print_usage
 Examine source files in the directory tree rooted at SRCDIR, or the
 current directory if none is given.  Search the source files for
 common portability problems and create a file `configure.scan' which
-is a preliminary `configure.in' for that package.
+is a preliminary `configure.ac' for that package.
 
   -h, --help            print this help, then exit
   -V, --version         print version number, then exit
@@ -117,7 +117,7 @@ sub init_tables
   # The data file format supports only one line of macros per function.
   # If more than that is required for a common portability problem,
   # a new Autoconf macro should probably be written for that case,
-  # instead of duplicating the code in lots of configure.in files.
+  # instead of duplicating the code in lots of configure.ac files.
 
   foreach $kind ('functions', 'headers', 'identifiers', 'programs',
                 'makevars') {
@@ -317,7 +317,7 @@ sub scan_sh_file
   }
 }
 
-# Print a configure.in.
+# Print a configure.ac.
 sub output
 {
   local (%unique_makefiles);
index cd25f94cfd18f7357f08e3c9f436091f96ab09aa..19fd35e315d0ee73f56fc6af12306424083d742f 100644 (file)
@@ -28,10 +28,10 @@ can be considered for the next release.  If you are using the cache, and
 at some point @file{config.cache} contains results you don't want to
 keep, you may remove or edit it.
 
-The file @file{configure.in} is used to create @file{configure} by a
-program called @code{autoconf}.  You only need @file{configure.in} if
-you want to change it or regenerate @file{configure} using a newer
-version of @code{autoconf}.
+The file @file{configure.ac} (or @file{configure.in}) is used to create
+@file{configure} by a program called @code{autoconf}.  You only need
+@file{configure.ac} if you want to change it or regenerate
+@file{configure} using a newer version of @code{autoconf}.
 
 @noindent
 The simplest way to compile this package is:
index 2636eae0a5a046e69e2dd2d59811b8ae50ee699d..1fa1f13bf19642aebdd1515008f8fb806a3fcaf8 100644 (file)
@@ -62,7 +62,7 @@
 # KILL is only used to suppress output.
 #
 # The layers of `configure'.  We let m4 undivert them by itself, when
-# it reaches the end of `configure.in'.
+# it reaches the end of `configure.ac'.
 #
 # - BINSH
 #   AC_REQUIRE'd #! /bin/sh line
@@ -268,7 +268,7 @@ m4_define([AU_DEFINE],
 # Also define NAME as a macro which code is NEW-CODE.
 #
 # This allows to share the same code for both supporting obsoleted macros,
-# and to update a configure.in.
+# and to update a configure.ac.
 # See `acobsolete.m4' for a longer description.
 m4_define([AU_DEFUN],
 [AU_DEFINE([$1],
@@ -580,7 +580,7 @@ m4_popdef([AC_Prefix])dnl
 
 
 # It is suggested that the macros in this section appear before
-# AC_INIT in `configure.in'.  Nevertheless, this is just stylistic,
+# AC_INIT in `configure.ac'.  Nevertheless, this is just stylistic,
 # and from the implementation point of, AC_INIT *must* be expanded
 # beforehand: it puts data in diversions which must appear before the
 # data provided by the macros of this section.
@@ -732,7 +732,7 @@ exec AS_MESSAGE_LOG_FD>>config.log
 
 # _AC_INIT_DEFAULTS
 # -----------------
-# Values which defaults can be set from `configure.in'.
+# Values which defaults can be set from `configure.ac'.
 # `/bin/machine' is used in `glibcbug'.  The others are used in config.*
 m4_define([_AC_INIT_DEFAULTS],
 [m4_divert_push([DEFAULTS])dnl
@@ -1408,7 +1408,8 @@ if test "$ac_init_help" = "recursive"; then
     elif test -f $ac_sub_srcdir/configure; then
       echo
       $SHELL $ac_sub_srcdir/configure  --help=recursive
-    elif test -f $ac_sub_srcdir/configure.in; then
+    elif test -f $ac_sub_srcdir/configure.ac ||
+           test -f $ac_sub_srcdir/configure.in; then
       echo
       $ac_configure --help
     else
@@ -3537,7 +3538,7 @@ m4_define([AC_LIST_COMMANDS_COMMANDS])
 # `default-2' etc. for each call.
 #
 # Unfortunately this scheme is fragile: bad things might happen
-# if you update an included file and configure.in: you might have
+# if you update an included file and configure.ac: you might have
 # clashes :(  On the other hand, I'd like to avoid weird keys (e.g.,
 # depending upon __file__ or the pid).
 AU_DEFUN([AC_OUTPUT_COMMANDS],
@@ -4250,7 +4251,7 @@ EOF
 cat >>$CONFIG_STATUS <<EOF
 dnl Neutralize VPATH when `$srcdir' = `.'.
   sed "$ac_vpsub
-dnl Shell code in configure.in might set extrasub.
+dnl Shell code in configure.ac might set extrasub.
 dnl FIXME: do we really want to maintain this feature?
 $extrasub
 EOF
@@ -4698,7 +4699,8 @@ AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
       ac_sub_configure="$SHELL $ac_sub_srcdir/configure.gnu"
     elif test -f $ac_sub_srcdir/configure; then
       ac_sub_configure="$SHELL $ac_sub_srcdir/configure"
-    elif test -f $ac_sub_srcdir/configure.in; then
+    elif test -f $ac_sub_srcdir/configure.ac ||
+           test -f $ac_sub_srcdir/configure.in; then
       ac_sub_configure=$ac_configure
     else
       AC_MSG_WARN([no configuration information is in $ac_subdir])
index b4bed384f8217d8454a21a646728b0b9cee83bb3..35825c7c2166eba8b2016703b31b2448b823f85e 100644 (file)
@@ -874,7 +874,7 @@ m4_divert_pop()dnl
 # The Axel Thimm implementation at work
 # -------------------------------------
 #
-# We consider the macros above, and this configure.in:
+# We consider the macros above, and this configure.ac:
 #
 #          AC_INIT
 #          TEST1
index b4bed384f8217d8454a21a646728b0b9cee83bb3..35825c7c2166eba8b2016703b31b2448b823f85e 100644 (file)
@@ -874,7 +874,7 @@ m4_divert_pop()dnl
 # The Axel Thimm implementation at work
 # -------------------------------------
 #
-# We consider the macros above, and this configure.in:
+# We consider the macros above, and this configure.ac:
 #
 #          AC_INIT
 #          TEST1
index 700ccf5670b29f7a69c1ea27d6de6ffbcddc120f..1d6f980614bdacb8cd833fba366fdb7057b46b9a 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
-.TH AUTOHEADER "1" "December 2000" "GNU autoconf 2.49c" FSF
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
+.TH AUTOHEADER "1" "January 2001" "GNU autoconf 2.49c" FSF
 .SH NAME
 autoheader \- Create a template header for configure
 .SH SYNOPSIS
index 7ca774d7a89b4e760e07e02013520c81c25a4c45..d74d083c7856996f7b83a73bc22740c7a92b9b51 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.23.
-.TH AUTOSCAN "1" "December 2000" "GNU autoconf 2.49c" FSF
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
+.TH AUTOSCAN "1" "January 2001" "GNU autoconf 2.49c" FSF
 .SH NAME
 autoscan \- Generate a preliminary configure.in
 .SH SYNOPSIS
@@ -9,7 +9,7 @@ autoscan \- Generate a preliminary configure.in
 Examine source files in the directory tree rooted at SRCDIR, or the
 current directory if none is given.  Search the source files for
 common portability problems and create a file `configure.scan' which
-is a preliminary `configure.in' for that package.
+is a preliminary `configure.ac' for that package.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 print this help, then exit
index 0219b09eaefd598deebe4a34d683b649f79a4a20..42dceb7ababee5ec18c13a7e4a0fdbe27579e1eb 100644 (file)
@@ -6,7 +6,7 @@ autoupdate \- Update a configure.in to a newer Autoconf
 .B autoupdate
 [\fIOPTION\fR] ...  [\fITEMPLATE-FILE\fR...]
 .SH DESCRIPTION
-Update the TEMPLATE-FILE... if given, or `configure.in' if present,
+Update the TEMPLATE-FILE... if given, or `configure.ac' if present,
 or else `configure.in', to the syntax of the current version of
 Autoconf.  The original files are backed up.
 .SS "Operation modes:"