summaryrefslogtreecommitdiffstats
path: root/libraries/id3lib/patches/10-foo-with-configure.in.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/id3lib/patches/10-foo-with-configure.in.patch')
-rw-r--r--libraries/id3lib/patches/10-foo-with-configure.in.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/libraries/id3lib/patches/10-foo-with-configure.in.patch b/libraries/id3lib/patches/10-foo-with-configure.in.patch
deleted file mode 100644
index e75689682c..0000000000
--- a/libraries/id3lib/patches/10-foo-with-configure.in.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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