diff options
Diffstat (limited to 'archivers/torrentzip/patches/patch-configure.ac')
-rw-r--r-- | archivers/torrentzip/patches/patch-configure.ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/torrentzip/patches/patch-configure.ac b/archivers/torrentzip/patches/patch-configure.ac new file mode 100644 index 00000000000..6fe6a47afd4 --- /dev/null +++ b/archivers/torrentzip/patches/patch-configure.ac @@ -0,0 +1,15 @@ +$NetBSD: patch-configure.ac,v 1.1 2013/01/26 23:00:33 wiz Exp $ + +automake-1.13 compat. + +--- configure.ac.orig 2005-04-05 16:12:49.000000000 +0000 ++++ configure.ac +@@ -1,7 +1,7 @@ + AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip]) + + AM_INIT_AUTOMAKE +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AM_MAINTAINER_MODE + + AC_PROG_CC |