]> git.saurik.com Git - bison.git/blobdiff - tests/atlocal.in
Merge branch 'maint'
[bison.git] / tests / atlocal.in
index ef31d9fced1f19665ff711938f11b9a60dde29dd..8adb3933f7347e708f17f5c0fdda29479f238a37 100644 (file)
@@ -49,10 +49,13 @@ BISON_CXX_WORKS='@BISON_CXX_WORKS@'
 
 # Handle --compile-c-with-cxx here, once CXX and CXXFLAGS are known.
 if "$at_arg_compile_c_with_cxx"; then
+  CC_IS_CXX=1
   CC=$CXX
   O0CFLAGS=$O0CXXFLAGS
   NO_WERROR_CFLAGS=$NO_WERROR_CXXFLAGS
   CFLAGS=$CXXFLAGS
+else
+  CC_IS_CXX=0
 fi
 
 
@@ -75,8 +78,9 @@ CONF_JAVA='@CONF_JAVA@'
 # Empty if no xsltproc was found
 : ${XSLTPROC='@XSLTPROC@'}
 
-# We need egrep.
+# We need egrep and perl.
 : ${EGREP='@EGREP@'}
+: ${PERL='@PERL@'}
 
 # Use simple quotes (lib/quote.c).
 LC_CTYPE=C