Blame SOURCES/autogen-multilib.patch

a0cdd5
diff -up autogen-5.18/autoopts/autoopts-config.in.multilib autogen-5.18/autoopts/autoopts-config.in
a0cdd5
--- autogen-5.18/autoopts/autoopts-config.in.multilib	2013-07-15 02:37:20.000000000 +0200
a0cdd5
+++ autogen-5.18/autoopts/autoopts-config.in	2013-07-29 15:41:26.654229342 +0200
a0cdd5
@@ -17,17 +17,17 @@
a0cdd5
   includedir="@includedir@"
a0cdd5
  exec_prefix="@exec_prefix@"
a0cdd5
       bindir="@bindir@"
a0cdd5
-      libdir="@libdir@"
a0cdd5
-      ldopts="@AG_LDFLAGS@"
a0cdd5
+      libdir=""
a0cdd5
+      ldopts=""
a0cdd5
       exeext="@EXEEXT@"
a0cdd5
      version="@AO_CURRENT@:@AO_REVISION@:@AO_AGE@"
a0cdd5
       dotver="@AO_CURRENT@.@AO_REVISION@.@AO_AGE@"
a0cdd5
   pkgdatadir="${datadir}/${package}"
a0cdd5
      autogen="${bindir}/autogen${exeext}"
a0cdd5
-     ldflags="-L${libdir} -lopts"
a0cdd5
+     ldflags="-lopts"
a0cdd5
         libs="${ldflags}"
a0cdd5
       libsrc="${pkgdatadir}/libopts-${dotver}.tar.gz"
a0cdd5
- static_libs="${libdir}/libopts.a"
a0cdd5
+ static_libs=""
a0cdd5
       cflags="-I${includedir}"
a0cdd5
 test 'X@ENABLE_STATIC@' = Xno && static_libs=''
a0cdd5
 case "${libdir}" in
a0cdd5
diff -up autogen-5.18/autoopts/mk-autoopts-pc.in.multilib autogen-5.18/autoopts/mk-autoopts-pc.in
a0cdd5
--- autogen-5.18/autoopts/mk-autoopts-pc.in.multilib	2013-07-15 02:37:20.000000000 +0200
a0cdd5
+++ autogen-5.18/autoopts/mk-autoopts-pc.in	2013-07-29 15:49:20.603890010 +0200
a0cdd5
@@ -17,17 +17,17 @@
a0cdd5
   includedir="@includedir@"
a0cdd5
  exec_prefix="@exec_prefix@"
a0cdd5
       bindir="@bindir@"
a0cdd5
-      libdir="@libdir@"
a0cdd5
-      ldopts="@AG_LDFLAGS@"
a0cdd5
+      libdir=""
a0cdd5
+      ldopts=""
a0cdd5
       exeext="@EXEEXT@"
a0cdd5
      version="@AO_CURRENT@:@AO_REVISION@:@AO_AGE@"
a0cdd5
       dotver="@AO_CURRENT@.@AO_REVISION@.@AO_AGE@"
a0cdd5
   pkgdatadir="${datadir}/${package}"
a0cdd5
      autogen="${bindir}/autogen${exeext}"
a0cdd5
-     ldflags="-L${libdir} -lopts"
a0cdd5
+     ldflags="-lopts"
a0cdd5
         libs="${ldflags}"
a0cdd5
       libsrc="${pkgdatadir}/libopts-${dotver}.tar.gz"
a0cdd5
- static_libs="${libdir}/libopts.a"
a0cdd5
+ static_libs=""
a0cdd5
       cflags="-I${includedir}"
a0cdd5
 test 'X@ENABLE_STATIC@' = Xno && static_libs=''
a0cdd5
 case "${libdir}" in