2
0
mirror of git://git.sv.gnu.org/autoconf synced 2025-03-19 14:40:24 +08:00
autoconf/tests/autoupdate.in

16 lines
585 B
Plaintext
Raw Permalink Normal View History

#! /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+"$@"}