]> git.pld-linux.org Git - packages/cabextract.git/blob - cabextract-configure.patch
- some pld.org.pl->pld-linux.org cosmetics
[packages/cabextract.git] / cabextract-configure.patch
1 diff -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.
12 @@ -29,6 +30,6 @@
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"] ) 
17 +AC_CHECK_FUNCS(getopt_long , , [AC_LIBOBJ(getopt); AC_LIBOBJ(getopt1)] )
18  
19  AC_OUTPUT(Makefile cabextract.spec)
This page took 0.04189 seconds and 3 git commands to generate.