build fix for solaris11

This commit is contained in:
SJ 2012-08-10 14:07:50 +02:00
parent b026e02474
commit 9e2066befe
2 changed files with 8 additions and 2 deletions

5
configure vendored
View File

@ -2031,7 +2031,10 @@ ac_config_headers="$ac_config_headers piler-config.h"
CONFIGURE_PARAMS_FILE=params.h
rm -f $CONFIGURE_PARAMS_FILE; echo "#define CONFIGURE_PARAMS \"Build Date: "`date`\\nConfigure command: ./configure $@\""" > $CONFIGURE_PARAMS_FILE
rm -f $CONFIGURE_PARAMS_FILE
echo "#define CONFIGURE_PARAMS \"Build Date: "`date`"\\n\" \\" > $CONFIGURE_PARAMS_FILE
echo "\"Configure command: ./configure $@\"" >> $CONFIGURE_PARAMS_FILE
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'

View File

@ -3,7 +3,10 @@ AC_CONFIG_SRCDIR([src/piler.c])
AC_CONFIG_HEADER(piler-config.h)
CONFIGURE_PARAMS_FILE=params.h
rm -f $CONFIGURE_PARAMS_FILE; echo "#define CONFIGURE_PARAMS \"Build Date: "`date`\\nConfigure command: ./configure $@\""" > $CONFIGURE_PARAMS_FILE
rm -f $CONFIGURE_PARAMS_FILE
echo "#define CONFIGURE_PARAMS \"Build Date: "`date`"\\n\" \\" > $CONFIGURE_PARAMS_FILE
echo "\"Configure command: ./configure $@\"" >> $CONFIGURE_PARAMS_FILE
dnl Checks for programs.
AC_PROG_CC