mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
5 lines
212 B
Bash
5 lines
212 B
Bash
AS_INIT[]dnl -*- shell-script -*-
|
|
# @configure_input@
|
|
# Running `$0' as if it were installed.
|
|
exec @abs_top_builddir@/bin/$as_me --include @abs_top_builddir@/lib ${1+"$@"}
|