]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Add.
authorAkim Demaille <akim@epita.fr>
Mon, 20 Aug 2001 16:32:55 +0000 (16:32 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 20 Aug 2001 16:32:55 +0000 (16:32 +0000)
tests/atlocal.in [new file with mode: 0644]

diff --git a/tests/atlocal.in b/tests/atlocal.in
new file mode 100644 (file)
index 0000000..c4e6302
--- /dev/null
@@ -0,0 +1,16 @@
+# -*- shell-script -*-
+# @configure_input@
+# Configurable variable values for building test suites.
+# Copyright 2000, 2001 Free Software Foundation, Inc.
+
+# We need GNU m4, and Perl.
+M4='@M4@'
+PERL='@PERL@'
+
+# 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_srcdir/lib
+export autom4te_perllibdir