From: Akim Demaille Date: Fri, 12 Apr 2002 10:00:13 +0000 (+0000) Subject: Reformat. X-Git-Tag: AUTOCONF-2.53a~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36a73b56566a4f29517ed2edc586d2a00c47af02;p=thirdparty%2Fautoconf.git Reformat. --- diff --git a/tests/wrappl.as b/tests/wrappl.as index 8eb5a2a59..3128f5867 100644 --- a/tests/wrappl.as +++ b/tests/wrappl.as @@ -11,13 +11,17 @@ case $as_me in # Does not have lib files. exec @abs_top_builddir@/bin/$as_me ${1+"$@"} ;; + autom4te) AUTOM4TE_CFG=@abs_top_builddir@/lib/autom4te.cfg export AUTOM4TE_CFG ;; -esac -# We might need files from build (frozen files), in addition of src files. -exec @abs_top_builddir@/bin/$as_me \ - -I @abs_top_builddir@/lib \ - -I @abs_top_srcdir@/lib ${1+"$@"} + *) + # We might need files from build (frozen files), in addition of src files. + exec @abs_top_builddir@/bin/$as_me \ + -I @abs_top_builddir@/lib \ + -I @abs_top_srcdir@/lib ${1+"$@"} + ;; +esac +exit 1 diff --git a/tests/wrappl.in b/tests/wrappl.in index c708d4ee5..2ffb0b77f 100644 --- a/tests/wrappl.in +++ b/tests/wrappl.in @@ -87,13 +87,17 @@ case $as_me in # Does not have lib files. exec @abs_top_builddir@/bin/$as_me ${1+"$@"} ;; + autom4te) AUTOM4TE_CFG=@abs_top_builddir@/lib/autom4te.cfg export AUTOM4TE_CFG ;; -esac -# We might need files from build (frozen files), in addition of src files. -exec @abs_top_builddir@/bin/$as_me \ - -I @abs_top_builddir@/lib \ - -I @abs_top_srcdir@/lib ${1+"$@"} + *) + # We might need files from build (frozen files), in addition of src files. + exec @abs_top_builddir@/bin/$as_me \ + -I @abs_top_builddir@/lib \ + -I @abs_top_srcdir@/lib ${1+"$@"} + ;; +esac +exit 1