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>.
This commit is contained in:
Ben Elliston 1999-01-19 06:42:35 +00:00
parent 8dfb6e5356
commit 0f84fcb2f8
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -528,8 +528,9 @@ AC_LANG_CPLUSPLUS[]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
])

View File

@ -528,8 +528,9 @@ AC_LANG_CPLUSPLUS[]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
])