diff options
Diffstat (limited to 'app-text/ots/files/ots-0.5.0-automake-1.13.patch')
-rw-r--r-- | app-text/ots/files/ots-0.5.0-automake-1.13.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/ots/files/ots-0.5.0-automake-1.13.patch b/app-text/ots/files/ots-0.5.0-automake-1.13.patch new file mode 100644 index 000000000000..074eb0e53a83 --- /dev/null +++ b/app-text/ots/files/ots-0.5.0-automake-1.13.patch @@ -0,0 +1,12 @@ +diff -up ots-0.5.0/configure.in.automake-1_13 ots-0.5.0/configure.in +--- ots-0.5.0/configure.in.automake-1_13 2007-04-08 20:12:42.000000000 +0200 ++++ ots-0.5.0/configure.in 2013-01-09 02:31:52.690211708 +0100 +@@ -34,7 +34,7 @@ PACKAGE=ots + + dnl Specify a configuration file + dnl Initialize automake stuff +-AM_CONFIG_HEADER(ots-config.h) ++AC_CONFIG_HEADERS(ots-config.h) + AM_INIT_AUTOMAKE($PACKAGE, $OTS_VERSION) + AM_MAINTAINER_MODE + |