diff options
Diffstat (limited to 'main/libdv/automake.patch')
-rw-r--r-- | main/libdv/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libdv/automake.patch b/main/libdv/automake.patch new file mode 100644 index 0000000000..acd769e54e --- /dev/null +++ b/main/libdv/automake.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2012-12-31 20:01:40.477502306 +0000 ++++ ./configure.ac 2012-12-31 20:01:55.184285224 +0000 +@@ -1,7 +1,7 @@ + dnl Process this file with autoconf to produce a configure script. + AC_INIT(libdv/parse.c) + dnl AC_CONFIG_AUX_DIR(config) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADER(config.h) + + RPM_RELEASE=1 + AC_CANONICAL_HOST |