]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Call AC_LANG_C in AC_PREPARE, not AC_INIT.
authorDavid MacKenzie <djm@djmnet.org>
Sat, 16 Apr 1994 19:05:27 +0000 (19:05 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sat, 16 Apr 1994 19:05:27 +0000 (19:05 +0000)
acgeneral.m4
lib/autoconf/general.m4

index 53607500a8fdfd043ac462555878cee35cdc33e1..b6a463df147b7d8e8c22f1d175382e5619d15e16 100644 (file)
@@ -342,8 +342,7 @@ define(AC_INIT,
 [#!/bin/sh
 AC_NOTICE
 AC_PARSEARGS
-AC_PREPARE($1)
-AC_LANG_C])dnl
+AC_PREPARE($1)])dnl
 dnl
 define(AC_PREPARE,
 [trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
@@ -399,6 +398,7 @@ if test ! -r $srcdir/$ac_unique_file; then
     AC_ERROR(can not find sources in ${srcdir})
   fi
 fi
+AC_LANG_C
 ])dnl
 dnl
 define(AC_ENABLE,
index 53607500a8fdfd043ac462555878cee35cdc33e1..b6a463df147b7d8e8c22f1d175382e5619d15e16 100644 (file)
@@ -342,8 +342,7 @@ define(AC_INIT,
 [#!/bin/sh
 AC_NOTICE
 AC_PARSEARGS
-AC_PREPARE($1)
-AC_LANG_C])dnl
+AC_PREPARE($1)])dnl
 dnl
 define(AC_PREPARE,
 [trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
@@ -399,6 +398,7 @@ if test ! -r $srcdir/$ac_unique_file; then
     AC_ERROR(can not find sources in ${srcdir})
   fi
 fi
+AC_LANG_C
 ])dnl
 dnl
 define(AC_ENABLE,