]> git.pld-linux.org Git - packages/php.git/commitdiff
new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 May 2001 22:42:50 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-am_ac_lt.patch -> 1.1
    php-libtool.patch -> 1.1

php-am_ac_lt.patch [new file with mode: 0644]
php-libtool.patch [new file with mode: 0644]

diff --git a/php-am_ac_lt.patch b/php-am_ac_lt.patch
new file mode 100644 (file)
index 0000000..d01aa35
--- /dev/null
@@ -0,0 +1,17 @@
+diff -urN php-4.0.5.org/configure.in php-4.0.5/configure.in
+--- php-4.0.5.org/configure.in Thu May 10 23:24:29 2001
++++ php-4.0.5/configure.in     Fri May 11 00:03:54 2001
+@@ -113,11 +113,11 @@
+ AM_PROG_CC_STDC
+-AC_PROG_RANLIB
++AC_PROG_LIBTOOL
+ AC_PROG_CC_C_O
+ AC_PROG_LN_S
+-AC_PROG_LEX
++AM_PROG_LEX
+ if test -n "$LEX"; then
+   AC_DECL_YYTEXT
+ fi
diff --git a/php-libtool.patch b/php-libtool.patch
new file mode 100644 (file)
index 0000000..2c94009
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN php-4.0.5.org/configure.in php-4.0.5/configure.in
+--- php-4.0.5.org/configure.in Thu May 10 23:24:29 2001
++++ php-4.0.5/configure.in     Thu May 10 23:29:29 2001
+@@ -113,7 +113,7 @@
+ AM_PROG_CC_STDC
+-AC_PROG_RANLIB
++AC_PROG_LIBTOOL
+ AC_PROG_CC_C_O
+ AC_PROG_LN_S
This page took 0.437618 seconds and 4 git commands to generate.