Remove, replaced by...
* tests/wrappl.in: Be common for all the Perl executables.
In particular autoscan and autoheader want -I.
* configure.ac: Adjust.
* lib/autoscan/headers: errno.h is portable.
+2001-11-26 Akim Demaille <akim@epita.fr>
+
+ * tests/autoreconf.in, tests/autom4te.in, tests/autoupdate.in:
+ Remove, replaced by...
+ * tests/wrappl.in: Be common for all the Perl executables.
+ In particular autoscan and autoheader want -I.
+ * configure.ac: Adjust.
+ * lib/autoscan/headers: errno.h is portable.
+
2001-11-26 Akim Demaille <akim@epita.fr>
* bin/autoscan.in (used): New.
ac_config_files="$ac_config_files tests/autoheader:tests/wrappl.in"
-ac_config_files="$ac_config_files tests/autom4te"
+ac_config_files="$ac_config_files tests/autom4te:tests/wrappl.in"
ac_config_files="$ac_config_files tests/autoreconf:tests/wrappl.in"
ac_config_files="$ac_config_files tests/autoscan:tests/wrappl.in"
-ac_config_files="$ac_config_files tests/autoupdate"
+ac_config_files="$ac_config_files tests/autoupdate:tests/wrappl.in"
ac_config_files="$ac_config_files tests/ifnames:tests/wrappl.in"
"tests/atlocal" ) CONFIG_FILES="$CONFIG_FILES tests/atlocal" ;;
"tests/autoconf" ) CONFIG_FILES="$CONFIG_FILES tests/autoconf:tests/wrapsh.in" ;;
"tests/autoheader" ) CONFIG_FILES="$CONFIG_FILES tests/autoheader:tests/wrappl.in" ;;
- "tests/autom4te" ) CONFIG_FILES="$CONFIG_FILES tests/autom4te" ;;
+ "tests/autom4te" ) CONFIG_FILES="$CONFIG_FILES tests/autom4te:tests/wrappl.in" ;;
"tests/autoreconf" ) CONFIG_FILES="$CONFIG_FILES tests/autoreconf:tests/wrappl.in" ;;
"tests/autoscan" ) CONFIG_FILES="$CONFIG_FILES tests/autoscan:tests/wrappl.in" ;;
- "tests/autoupdate" ) CONFIG_FILES="$CONFIG_FILES tests/autoupdate" ;;
+ "tests/autoupdate" ) CONFIG_FILES="$CONFIG_FILES tests/autoupdate:tests/wrappl.in" ;;
"tests/ifnames" ) CONFIG_FILES="$CONFIG_FILES tests/ifnames:tests/wrappl.in" ;;
"man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
"lib/emacs/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/emacs/Makefile" ;;
[chmod +x tests/autoconf])
AC_CONFIG_FILES([tests/autoheader:tests/wrappl.in],
[chmod +x tests/autoheader])
-AC_CONFIG_FILES([tests/autom4te],
+AC_CONFIG_FILES([tests/autom4te:tests/wrappl.in],
[chmod +x tests/autom4te])
AC_CONFIG_FILES([tests/autoreconf:tests/wrappl.in],
[chmod +x tests/autoreconf])
AC_CONFIG_FILES([tests/autoscan:tests/wrappl.in],
[chmod +x tests/autoscan])
-AC_CONFIG_FILES([tests/autoupdate],
+AC_CONFIG_FILES([tests/autoupdate:tests/wrappl.in],
[chmod +x tests/autoupdate])
AC_CONFIG_FILES([tests/ifnames:tests/wrappl.in],
[chmod +x tests/ifnames])
OS.h
argz.h
arpa/inet.h
-errno.h
+# errno.h is portable.
fcntl.h
fenv.h
fs_info.h
CONFIG_CLEAN_FILES = atlocal autoconf autoheader autom4te autoreconf \
autoscan autoupdate ifnames
DIST_SOURCES =
-DIST_COMMON = Makefile.am Makefile.in atlocal.in autom4te.in \
- autoupdate.in wrappl.in wrapsh.in
+DIST_COMMON = Makefile.am Makefile.in atlocal.in wrappl.in wrapsh.in
all: all-am
.SUFFIXES:
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
autoheader: $(top_builddir)/config.status wrappl.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-autom4te: $(top_builddir)/config.status autom4te.in
+autom4te: $(top_builddir)/config.status wrappl.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
autoreconf: $(top_builddir)/config.status wrappl.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
autoscan: $(top_builddir)/config.status wrappl.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-autoupdate: $(top_builddir)/config.status autoupdate.in
+autoupdate: $(top_builddir)/config.status wrappl.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
ifnames: $(top_builddir)/config.status wrappl.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+++ /dev/null
-#! /bin/sh
-# Running `autom4te' as if it were installed.
-
-# Be sure to use the non installed Perl modules.
-# We need no special protection for the subtools (e.g., autoheader runs
-# autoconf which runs autom4te) because by themselves, they try to use
-# subtools from the same directory (i.e., foo/autoheader will run
-# foo/autoconf etc.).
-autom4te_perllibdir=@top_srcpath@/lib
-export autom4te_perllibdir
-
-AUTOM4TE_CFG=@top_buildpath@/lib/autom4te.cfg
-export AUTOM4TE_CFG
-
-# We might need files from build (frozen files), in addition of src files.
-exec @top_buildpath@/bin/autom4te \
- -I @top_buildpath@/lib \
- -I @top_srcpath@/lib ${1+"$@"}
+++ /dev/null
-#! /bin/sh
-# Running `autoupdate' as if it were installed.
-
-# Be sure to use the non installed Perl modules.
-# We need no special protection for the subtools (e.g., autoheader runs
-# autoconf which runs autom4te) because by themselves, they try to use
-# subtools from the same directory (i.e., foo/autoheader will run
-# foo/autoconf etc.).
-autom4te_perllibdir=@top_srcpath@/lib
-export autom4te_perllibdir
-
-# We might need files from build (frozen files), in addition of src files.
-exec @top_buildpath@/bin/autoupdate \
- -I @top_buildpath@/lib \
- -I @top_srcpath@/lib ${1+"$@"}
#! /bin/sh
+# @configure_input@
# Running `$0' as if it were installed.
me=`echo "$0" | sed -e 's,.*[\\/],,'`
autom4te_perllibdir=@top_srcpath@/lib
export autom4te_perllibdir
-exec @top_buildpath@/bin/$me ${1+"$@"}
+case $me in
+ ifnames)
+ # Does not have lib files.
+ exec @top_buildpath@/bin/$me ${1+"$@"}
+ ;;
+ autom4te)
+ AUTOM4TE_CFG=@top_buildpath@/lib/autom4te.cfg
+ export AUTOM4TE_CFG
+ ;;
+esac
+
+# We might need files from build (frozen files), in addition of src files.
+exec @top_buildpath@/bin/$me \
+ -I @top_buildpath@/lib \
+ -I @top_srcpath@/lib ${1+"$@"}