diff options
author | richard <richard@pkgsrc.org> | 2013-05-30 16:33:20 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2013-05-30 16:33:20 +0000 |
commit | 1a474592ee9a547ae288d4388e8c49a534e936b7 (patch) | |
tree | d0183630eb10b8ce3771319cd6537bef876d0182 | |
parent | 32de903afe673acb57aa9993ddd16275b1ad165d (diff) | |
download | pkgsrc-1a474592ee9a547ae288d4388e8c49a534e936b7.tar.gz |
let us backout and not be hasty to use autotools in devel/diffutils 2/2
-rw-r--r-- | devel/diffutils/patches/patch-configure.ac | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/diffutils/patches/patch-configure.ac b/devel/diffutils/patches/patch-configure.ac deleted file mode 100644 index 1cfec537ca6..00000000000 --- a/devel/diffutils/patches/patch-configure.ac +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-configure.ac,v 1.1 2013/05/24 11:40:52 richard Exp $ - -from upstream: http://git.savannah.gnu.org/cgit/diffutils.git/commit/?id=d1d1df8e369b0f31e5e6f2784dbfa35d7ddc3647 -The future major Automake version (2.0, ETA at least one year from now) might enable that option unconditionally, so better get prepared in due time. * configure.ac (AM_INIT_AUTOMAKE): Adjust. (AM_PROG_CC_C_O): New, required by Automake up to 1.13.x when the 'subdir-objects' is in use. - ---- configure.ac.orig jeu. mai 23 06:14:24 2013 -+++ configure.ac jeu. mai 23 06:15:34 2013 -@@ -26,7 +26,8 @@ - AC_CONFIG_AUX_DIR([build-aux]) - AC_CONFIG_MACRO_DIR([m4]) - --AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip color-tests parallel-tests]) -+AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip subdir-objects -+ color-tests parallel-tests]) - AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. - - AC_CONFIG_HEADER([lib/config.h:lib/config.hin]) -@@ -33,6 +34,7 @@ - - AC_PROG_AWK - AC_PROG_CC -+AM_PROG_CC_C_O - AM_MISSING_PROG([HELP2MAN], [help2man]) - AC_PROG_RANLIB - gl_EARLY |