Revert the previous patch.

This commit is contained in:
Akim Demaille 2002-04-12 10:10:10 +00:00
parent 36a73b5656
commit 498fec2282
2 changed files with 6 additions and 12 deletions

View File

@ -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

View File

@ -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