diff options
author | wiz <wiz> | 2013-01-26 22:14:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-26 22:14:04 +0000 |
commit | 2620d0d0eada7a46f4e72297aaceeb04fe3c484b (patch) | |
tree | 76810b6e618a0980fd260a2c63ed80f26e17c67b /net/socket++/patches | |
parent | c20b31f93159721115a8882e9b7d78f06fc5d4e9 (diff) | |
download | pkgsrc-2620d0d0eada7a46f4e72297aaceeb04fe3c484b.tar.gz |
automake-1.13 compat.
Diffstat (limited to 'net/socket++/patches')
-rw-r--r-- | net/socket++/patches/patch-configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/socket++/patches/patch-configure.in b/net/socket++/patches/patch-configure.in new file mode 100644 index 00000000000..b9a86315d2f --- /dev/null +++ b/net/socket++/patches/patch-configure.in @@ -0,0 +1,15 @@ +$NetBSD: patch-configure.in,v 1.1 2013/01/26 22:14:04 wiz Exp $ + +automake-1.13 compat. + +--- configure.in.orig 2003-04-26 13:57:44.000000000 +0000 ++++ configure.in +@@ -26,7 +26,7 @@ dnl Inititalize automake stuff + AM_INIT_AUTOMAKE(socket++,$SOCKET_VERSION) + + dnl Specify a configuration file +-AM_CONFIG_HEADER(socket++/config.h) ++AC_CONFIG_HEADERS(socket++/config.h) + + dnl check for programs + AC_PROG_MAKE_SET |