version 1.66, 2002/04/15 12:54:16 |
version 1.69, 2002/04/17 07:23:45 |
| |
-o "$host_cpu" = "i786" ; then | -o "$host_cpu" = "i786" ; then |
AC_DEFINE(HAVE_X86) | AC_DEFINE(HAVE_X86) |
fi | fi |
| AC_C_BIGENDIAN |
| |
AC_SUBST(VERSION) | AC_SUBST(VERSION) |
AC_SUBST(LIBTOOL_VERSION) | AC_SUBST(LIBTOOL_VERSION) |
| |
| |
AC_PROG_INSTALL | AC_PROG_INSTALL |
| |
AC_PATH_PROG(CCACHE, ccache) | AM_PATH_CCACHE |
if test "$CCACHE" | |
then | |
CXX="ccache $CXX" | |
fi | |
| |
dnl ==================================================================== | dnl ==================================================================== |
dnl Configure Settings | dnl Configure Settings |
| |
dnl ==================================================================== | dnl ==================================================================== |
dnl Arrange for the include directory to be in the search path even when | dnl Arrange for the include directory to be in the search path even when |
dnl build is done outside the source tree | dnl build is done outside the source tree |
CFLAGS="$CFLAGS -I\${top_srcdir}/include" | dnl Put the nelconfig.h define |
CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include" | CFLAGS="$CFLAGS -I\${top_srcdir}/include -DHAVE_NELCONFIG_H" |
| CXXFLAGS="$CXXFLAGS -I\${top_srcdir}/include -DHAVE_NELCONFIG_H" |
| |
| |
dnl ==================================================================== | dnl ==================================================================== |