mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
build fix for solaris11
This commit is contained in:
parent
b026e02474
commit
9e2066befe
5
configure
vendored
5
configure
vendored
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user