diff options
Diffstat (limited to 'libraries/id3lib/patches/10-foo-with-configure.in.patch')
-rw-r--r-- | libraries/id3lib/patches/10-foo-with-configure.in.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/libraries/id3lib/patches/10-foo-with-configure.in.patch b/libraries/id3lib/patches/10-foo-with-configure.in.patch new file mode 100644 index 0000000000000..e75689682c7aa --- /dev/null +++ b/libraries/id3lib/patches/10-foo-with-configure.in.patch @@ -0,0 +1,29 @@ +--- a/configure.in ++++ b/configure.in +@@ -17,6 +17,8 @@ + # init autoconf (and check for presence fo reconf) + AC_INIT(reconf) + ++AC_CONFIG_MACRO_DIR([m4]) ++ + ID3LIB_NAME=id3lib + + dnl The following has been adapted from glib (http://www.gtk.org) +@@ -87,14 +89,14 @@ + + AM_INIT_AUTOMAKE($PACKAGE,$VERSION) + ++dnl Initialize maintainer mode ++AM_MAINTAINER_MODE ++ + AC_ISC_POSIX + + dnl Initialize libtool + AM_PROG_LIBTOOL + +-dnl Initialize maintainer mode +-AM_MAINTAINER_MODE +- + #AC_CANONICAL_HOST + + dnl figure debugging default, prior to $ac_help setup |