mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
finally fixed the solaris 11 build issues
This commit is contained in:
14
configure
vendored
14
configure
vendored
@ -2032,9 +2032,7 @@ 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`"\\n\" \\" > $CONFIGURE_PARAMS_FILE
|
||||
echo "\"Configure command: ./configure $@\"" >> $CONFIGURE_PARAMS_FILE
|
||||
PARAMS=$@
|
||||
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
@ -3432,6 +3430,16 @@ MAKE="make"
|
||||
|
||||
if test "$os" = "SunOS"; then MAKE="gmake"; fi
|
||||
|
||||
rm -f $CONFIGURE_PARAMS_FILE
|
||||
|
||||
if test "$os" = "SunOS"; then
|
||||
echo "#define CONFIGURE_PARAMS \"Build Date: "`date`'\\n" \\' > $CONFIGURE_PARAMS_FILE
|
||||
else
|
||||
echo "#define CONFIGURE_PARAMS \"Build Date: "`date`"\\n\" \\" > $CONFIGURE_PARAMS_FILE
|
||||
fi
|
||||
echo "\"Configure command: ./configure $PARAMS\"" >> $CONFIGURE_PARAMS_FILE
|
||||
|
||||
|
||||
SUBDIRS="src etc util init.d test"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user