]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - autogen/patches/autogen-5.9.4-autoopts-config.patch
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / autogen / patches / autogen-5.9.4-autoopts-config.patch
1 diff -urNp autogen-5.9.4.orig/autoopts/autoopts-config.in autogen-5.9.4/autoopts/autoopts-config.in
2 --- autogen-5.9.4.orig/autoopts/autoopts-config.in 2007-12-24 02:33:16.000000000 +0530
3 +++ autogen-5.9.4/autoopts/autoopts-config.in 2008-02-25 00:38:27.000000000 +0530
4 @@ -17,17 +17,17 @@
5 includedir="@includedir@"
6 exec_prefix="@exec_prefix@"
7 bindir="@bindir@"
8 - libdir="@libdir@"
9 - ldopts="@AG_LDFLAGS@"
10 + libdir=""
11 + ldopts=""
12 exeext="@EXEEXT@"
13 version="@AO_CURRENT@:@AO_REVISION@:@AO_AGE@"
14 dotver="@AO_CURRENT@.@AO_REVISION@.@AO_AGE@"
15 pkgdatadir="${datadir}/${package}"
16 autogen="${bindir}/autogen${exeext}"
17 - ldflags="-L${libdir} -lopts"
18 + ldflags="-lopts"
19 libs="${ldflags}"
20 libsrc="${pkgdatadir}/libopts-${dotver}.tar.gz"
21 - static_libs="${libdir}/libopts.a"
22 + static_libs=""
23 cflags="-I${includedir}"
24 test -n "${ldopts}" && ldflags="${ldopts}${libdir} ${ldflags}"
25 test "${includedir}" = "/usr/include" && cflags=""