summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-11-14 23:48:33 +0000
committertv <tv@NetBSD.org>2001-11-14 23:48:33 +0000
commit4402226ec5e2fbf6d4c9cc8a528e28d7873fc89b (patch)
treeb24dbfb7958c9b75466560d09fa1302bc96e6a66 /gnu
parent283e0a4c6ef6ba9ad6bb3c43b29c5fd7c3231348 (diff)
Allow $M4 to contain command line options.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/autoconf/autoconf.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/dist/autoconf/autoconf.in b/gnu/dist/autoconf/autoconf.in
index b56dbd462cd..b09c1664583 100644
--- a/gnu/dist/autoconf/autoconf.in
+++ b/gnu/dist/autoconf/autoconf.in
@@ -93,12 +93,7 @@ if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
ac_LF_and_DOT=`echo; echo .`
# Find GNU m4.
-# Handle the case that m4 has moved since we were configured.
-# It may have been found originally in a build directory.
: ${M4=@M4@}
-case "$M4" in
- [\\/]* | ?:[\\/]*) test -f "$M4" || M4=m4 ;;
-esac
# Find a good AWK.