From: Akim Demaille Date: Fri, 12 Apr 2002 10:10:10 +0000 (+0000) Subject: Revert the previous patch. X-Git-Tag: AUTOCONF-2.53a~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=498fec2282c2b18246e95b5a7bdd88d4d2e7fa80;p=thirdparty%2Fautoconf.git Revert the previous patch. --- diff --git a/tests/wrappl.as b/tests/wrappl.as index 3128f5867..a254c86e1 100644 --- a/tests/wrappl.as +++ b/tests/wrappl.as @@ -17,11 +17,8 @@ case $as_me in export AUTOM4TE_CFG ;; - *) - # We might need files from build (frozen files), in addition of src files. - exec @abs_top_builddir@/bin/$as_me \ +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+"$@"} - ;; -esac -exit 1 diff --git a/tests/wrappl.in b/tests/wrappl.in index 2ffb0b77f..dfa7cbfe9 100644 --- a/tests/wrappl.in +++ b/tests/wrappl.in @@ -93,11 +93,8 @@ case $as_me in export AUTOM4TE_CFG ;; - *) - # We might need files from build (frozen files), in addition of src files. - exec @abs_top_builddir@/bin/$as_me \ +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+"$@"} - ;; -esac -exit 1