and eliminate ac_tmp_cpp.
(AC_PROG_CXXCPP): Use double quotes in the for loop and
eliminate ac_tmp_cxxcpp.
+2000-09-14 Pavel Roskin <proski@gnu.org>
+
+ * aclang.m4 (AC_PROG_CPP): Use double quotes in the for loop
+ and eliminate ac_tmp_cpp.
+ (AC_PROG_CXXCPP): Use double quotes in the for loop and
+ eliminate ac_tmp_cxxcpp.
+
2000-09-14 Pavel Roskin <proski@gnu.org>
* acgeneral.m4 (_AC_TRY_CPP): Don't filter out conftest.$ac_ext
if test -z "$CPP"; then
AC_CACHE_VAL(ac_cv_prog_CPP,
[dnl
- for ac_tmp_cpp in '${CC-cc} -E' '${CC-cc} -E -traditional-cpp' '/lib/cpp'
+ # Double quotes because CPP needs to be expanded
+ for CPP in "${CC-cc} -E" "${CC-cc} -E -traditional-cpp" "/lib/cpp"
do
- # CPP needs to be expanded
- eval "CPP=\"$ac_tmp_cpp\""
_AC_PROG_PREPROC_WORKS()
if test -z "$ac_cpp_err"; then
break
if test -z "$CXXCPP"; then
AC_CACHE_VAL(ac_cv_prog_CXXCPP,
[dnl
- for ac_tmp_cxxcpp in '${CXX-g++} -E' '/lib/cpp'
+ # Double quotes because CXXCPP needs to be expanded
+ for CXXCPP in "${CXX-g++} -E" "/lib/cpp"
do
- # CXXCPP needs to be expanded
- eval "CXXCPP=\"$ac_tmp_cxxcpp\""
_AC_PROG_PREPROC_WORKS()
if test -z "$ac_cpp_err"; then
break
if test -z "$CPP"; then
AC_CACHE_VAL(ac_cv_prog_CPP,
[dnl
- for ac_tmp_cpp in '${CC-cc} -E' '${CC-cc} -E -traditional-cpp' '/lib/cpp'
+ # Double quotes because CPP needs to be expanded
+ for CPP in "${CC-cc} -E" "${CC-cc} -E -traditional-cpp" "/lib/cpp"
do
- # CPP needs to be expanded
- eval "CPP=\"$ac_tmp_cpp\""
_AC_PROG_PREPROC_WORKS()
if test -z "$ac_cpp_err"; then
break
if test -z "$CXXCPP"; then
AC_CACHE_VAL(ac_cv_prog_CXXCPP,
[dnl
- for ac_tmp_cxxcpp in '${CXX-g++} -E' '/lib/cpp'
+ # Double quotes because CXXCPP needs to be expanded
+ for CXXCPP in "${CXX-g++} -E" "/lib/cpp"
do
- # CXXCPP needs to be expanded
- eval "CXXCPP=\"$ac_tmp_cxxcpp\""
_AC_PROG_PREPROC_WORKS()
if test -z "$ac_cpp_err"; then
break
if test -z "$CPP"; then
AC_CACHE_VAL(ac_cv_prog_CPP,
[dnl
- for ac_tmp_cpp in '${CC-cc} -E' '${CC-cc} -E -traditional-cpp' '/lib/cpp'
+ # Double quotes because CPP needs to be expanded
+ for CPP in "${CC-cc} -E" "${CC-cc} -E -traditional-cpp" "/lib/cpp"
do
- # CPP needs to be expanded
- eval "CPP=\"$ac_tmp_cpp\""
_AC_PROG_PREPROC_WORKS()
if test -z "$ac_cpp_err"; then
break
if test -z "$CXXCPP"; then
AC_CACHE_VAL(ac_cv_prog_CXXCPP,
[dnl
- for ac_tmp_cxxcpp in '${CXX-g++} -E' '/lib/cpp'
+ # Double quotes because CXXCPP needs to be expanded
+ for CXXCPP in "${CXX-g++} -E" "/lib/cpp"
do
- # CXXCPP needs to be expanded
- eval "CXXCPP=\"$ac_tmp_cxxcpp\""
_AC_PROG_PREPROC_WORKS()
if test -z "$ac_cpp_err"; then
break
if test -z "$CPP"; then
AC_CACHE_VAL(ac_cv_prog_CPP,
[dnl
- for ac_tmp_cpp in '${CC-cc} -E' '${CC-cc} -E -traditional-cpp' '/lib/cpp'
+ # Double quotes because CPP needs to be expanded
+ for CPP in "${CC-cc} -E" "${CC-cc} -E -traditional-cpp" "/lib/cpp"
do
- # CPP needs to be expanded
- eval "CPP=\"$ac_tmp_cpp\""
_AC_PROG_PREPROC_WORKS()
if test -z "$ac_cpp_err"; then
break
if test -z "$CXXCPP"; then
AC_CACHE_VAL(ac_cv_prog_CXXCPP,
[dnl
- for ac_tmp_cxxcpp in '${CXX-g++} -E' '/lib/cpp'
+ # Double quotes because CXXCPP needs to be expanded
+ for CXXCPP in "${CXX-g++} -E" "/lib/cpp"
do
- # CXXCPP needs to be expanded
- eval "CXXCPP=\"$ac_tmp_cxxcpp\""
_AC_PROG_PREPROC_WORKS()
if test -z "$ac_cpp_err"; then
break
DISTCLEANFILES = atconfig testsuite
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = atconfig
-DIST_COMMON = Makefile.am Makefile.in atconfig.in configure \
-configure.in
+DIST_COMMON = Makefile.am Makefile.in atconfig.in
PACKAGE = @PACKAGE@