Remove installer check for tar since installer doesn't actually use it; remove some cleanup meant for an ancient patch lost in the mists of time
This commit is contained in:
parent
2c03fdf878
commit
f549b069af
|
@ -3462,13 +3462,6 @@ fi
|
||||||
|
|
||||||
ac_config_headers="$ac_config_headers config.h"
|
ac_config_headers="$ac_config_headers config.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rm -f src/tripwire/syslog.h 2> /dev/null
|
|
||||||
chmod 755 install-sh 2> /dev/null
|
|
||||||
|
|
||||||
CFLAGS=${CFLAGS:-"-O -pipe -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"}
|
CFLAGS=${CFLAGS:-"-O -pipe -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"}
|
||||||
CXXFLAGS=${CXXFLAGS:-"-O -pipe -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"}
|
CXXFLAGS=${CXXFLAGS:-"-O -pipe -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"}
|
||||||
|
|
||||||
|
|
|
@ -11,12 +11,6 @@ AM_CONFIG_HEADER(config.h)
|
||||||
AC_COPYRIGHT([The developer of the original code and/or files is Tripwire, Inc. Portions created by Tripwire, Inc. are copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. All rights reserved.])
|
AC_COPYRIGHT([The developer of the original code and/or files is Tripwire, Inc. Portions created by Tripwire, Inc. are copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. All rights reserved.])
|
||||||
AC_REVISION([$Revision: 2.4.3.5 $])
|
AC_REVISION([$Revision: 2.4.3.5 $])
|
||||||
|
|
||||||
dnl #################################
|
|
||||||
dnl Cleanup Cruft Leftover From Patch
|
|
||||||
dnl #################################
|
|
||||||
rm -f src/tripwire/syslog.h 2> /dev/null
|
|
||||||
chmod 755 install-sh 2> /dev/null
|
|
||||||
|
|
||||||
dnl ###############
|
dnl ###############
|
||||||
dnl Setup defaults
|
dnl Setup defaults
|
||||||
dnl ###############
|
dnl ###############
|
||||||
|
|
|
@ -42,18 +42,6 @@ else
|
||||||
c=""
|
c=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
##-------------------------------------------------------
|
|
||||||
## Better have a copy of tar!
|
|
||||||
## If /bin/sh does not exist or is not readable (seems
|
|
||||||
## fairly unlikely), then this will fail.
|
|
||||||
##-------------------------------------------------------
|
|
||||||
|
|
||||||
(tar cvf /dev/null /bin/sh) 2> /dev/null 1>&2
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "tar command not found -- aborting install."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
##-------------------------------------------------------
|
##-------------------------------------------------------
|
||||||
## Can't live without sed.
|
## Can't live without sed.
|
||||||
##-------------------------------------------------------
|
##-------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue