* acspecific.m4 (AC_PROG_CXXCPP): Substitute @CXXCPP@ correctly
when $CXXCPP is overridden in the supervisory shell. Contributed
by Michael Schoene <mrs@mlc.de>.
+1999-01-19 Ben Elliston <bje@cygnus.com>
+
+ * acspecific.m4 (AC_PROG_CXXCPP): Substitute @CXXCPP@ correctly
+ when $CXXCPP is overridden in the supervisory shell. Contributed
+ by Michael Schoene <mrs@mlc.de>.
+
1999-01-16 Ben Elliston <bje@cygnus.com>
* acgeneral.m4 (AC_ACVERSION): Bump to 2.14.1 for prereleases.
AC_TRY_CPP([#include <stdlib.h>], , CXXCPP=/lib/cpp)
ac_cv_prog_CXXCPP="$CXXCPP"
AC_LANG_RESTORE[]dnl
-fi])dnl
+])dnl
CXXCPP="$ac_cv_prog_CXXCPP"
+fi
AC_MSG_RESULT($CXXCPP)
AC_SUBST(CXXCPP)dnl
])
AC_TRY_CPP([#include <stdlib.h>], , CXXCPP=/lib/cpp)
ac_cv_prog_CXXCPP="$CXXCPP"
AC_LANG_RESTORE[]dnl
-fi])dnl
+])dnl
CXXCPP="$ac_cv_prog_CXXCPP"
+fi
AC_MSG_RESULT($CXXCPP)
AC_SUBST(CXXCPP)dnl
])