Blame SOURCES/autogen-multilib.patch

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