]> git.pld-linux.org Git - packages/cabextract.git/blame - cabextract-configure.patch
- some pld.org.pl->pld-linux.org cosmetics
[packages/cabextract.git] / cabextract-configure.patch
CommitLineData
b45b81f4 1diff -uNr cabextract-0.6.orig/configure.in cabextract-0.6/configure.in
2--- cabextract-0.6.orig/configure.in Sun Aug 11 21:18:36 2002
3+++ cabextract-0.6/configure.in Sun Aug 25 22:20:03 2002
4@@ -6,6 +6,7 @@
5 dnl Checks for programs.
6 AC_PROG_CC
7 AC_PROG_INSTALL
8+AC_PROG_LIBTOOL
9 AC_EXEEXT
10
11 dnl Checks for libraries.
2fb1dc58 12@@ -29,6 +30,6 @@
b45b81f4 13 AC_REPLACE_FUNCS(mktime)
14
15 dnl check for getopt in standard library
16-AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] )
2fb1dc58 17+AC_CHECK_FUNCS(getopt_long , , [AC_LIBOBJ(getopt); AC_LIBOBJ(getopt1)] )
b45b81f4 18
19 AC_OUTPUT(Makefile cabextract.spec)
This page took 0.035195 seconds and 4 git commands to generate.