2022-03-11 19:53:16 +00:00

23 lines
508 B
Plaintext

--- configure.orig Fri Jun 3 15:34:19 2005
+++ configure Mon Jun 20 13:41:00 2005
@@ -13,10 +13,6 @@ if [ "$1" = "--help" ]; then
exit 0
fi
-cd pcre-3.9 || exit 1
-./configure || exit 1
-cd ..
-
echo
echo
echo "Starting amap auto configuration ..."
@@ -29,7 +25,7 @@ NSL_PATH=""
SOCKET_PATH=""
MANDIR=""
LIBDIRS=`cat /etc/ld.so.conf 2> /dev/null`
-PREFIX=`echo "$1"|grep prefix=|sed 's/.*prefix=//i'`
+PREFIX=`echo "$1"|grep prefix=|sed 's/.*prefix=//'`
echo
echo "Checking for openssl ..."