]> git.pld-linux.org Git - packages/cabextract.git/commitdiff
- fix for new ac/am cabextract-0_6-1
authormarcus <marcus@pld-linux.org>
Sun, 25 Aug 2002 20:23:37 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cabextract-configure.patch -> 1.1

cabextract-configure.patch [new file with mode: 0644]

diff --git a/cabextract-configure.patch b/cabextract-configure.patch
new file mode 100644 (file)
index 0000000..2f111f0
--- /dev/null
@@ -0,0 +1,20 @@
+diff -uNr cabextract-0.6.orig/configure.in cabextract-0.6/configure.in
+--- cabextract-0.6.orig/configure.in   Sun Aug 11 21:18:36 2002
++++ cabextract-0.6/configure.in        Sun Aug 25 22:20:03 2002
+@@ -6,6 +6,7 @@
+ dnl Checks for programs.
+ AC_PROG_CC
+ AC_PROG_INSTALL
++AC_PROG_LIBTOOL
+ AC_EXEEXT
+ dnl Checks for libraries.
+@@ -29,6 +30,7 @@
+ AC_REPLACE_FUNCS(mktime)
+ dnl check for getopt in standard library
+-AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] ) 
++AC_LIBOBJ(getopt)
++AC_LIBOBJ(getopt1)
+ AC_OUTPUT(Makefile cabextract.spec)
This page took 0.041643 seconds and 4 git commands to generate.