|
|
@@ -1,7 +1,7 @@
|
|
|
---- zip-2.31/unix/configure 1999-04-27 21:49:05.000000000 +0200
|
|
|
-+++ zip-2.31/unix/configure 2003-03-06 21:46:09.399540000 +0100
|
|
|
-@@ -17,15 +17,9 @@
|
|
|
- LN="ln -s"
|
|
|
+--- zip-2.32/unix/configure 2006-02-18 06:58:56 +0100
|
|
|
++++ zip-2.32/unix/configure 2006-07-02 15:31:34 +0200
|
|
|
+@@ -50,15 +50,9 @@
|
|
|
+ fi
|
|
|
|
|
|
echo Check for the C preprocessor
|
|
|
-# on SVR4, cc -E does not produce correct assembler files. Need /lib/cpp.
|
|
|
@@ -17,9 +17,9 @@
|
|
|
+# because on some platforms, the native one is broken
|
|
|
+CPP="@l_cpp@"
|
|
|
|
|
|
- echo Check if we can use asm code
|
|
|
- OBJA=""
|
|
|
-@@ -38,7 +38,7 @@
|
|
|
+ echo "#include <stdio.h>" > conftest.c
|
|
|
+ $CPP conftest.c >/dev/null 2>/dev/null || CPP="${CC} -E"
|
|
|
+@@ -74,7 +68,7 @@
|
|
|
echo "int foo() { return 0;}" > conftest.c
|
|
|
$CC -c conftest.c >/dev/null 2>/dev/null
|
|
|
echo Check if compiler generates underlines
|