diff options
Diffstat (limited to 'user/libmad/automake.patch')
-rw-r--r-- | user/libmad/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/libmad/automake.patch b/user/libmad/automake.patch new file mode 100644 index 000000000..bfa1fb7fb --- /dev/null +++ b/user/libmad/automake.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2012-12-31 20:07:03.710178583 +0000 ++++ ./configure.ac 2012-12-31 20:07:21.443663905 +0000 +@@ -28,7 +28,7 @@ + + AM_INIT_AUTOMAKE + +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADER([config.h]) + + dnl System type. + |