mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
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:
parent
8dfb6e5356
commit
0f84fcb2f8
@ -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.
|
||||
|
@ -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
|
||||
])
|
||||
|
@ -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
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user