mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
build fix for solaris11
This commit is contained in:
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'
|
||||
|
Reference in New Issue
Block a user