diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:20:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:20:22 +0000 |
commit | 4f6a1e7d738ed40af7b825e497b9835f89d34b95 (patch) | |
tree | 8d64de48ee1508f3bccf88ea4dad8be1a1bfe60e /misc/gnuls/files/patch-aa | |
parent | Update to version 1.12. (diff) |
Update to version 4.0.
PR: 10173
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=17220
Diffstat (limited to 'misc/gnuls/files/patch-aa')
-rw-r--r-- | misc/gnuls/files/patch-aa | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/misc/gnuls/files/patch-aa b/misc/gnuls/files/patch-aa index 575a338b6ed4..438ec94ee285 100644 --- a/misc/gnuls/files/patch-aa +++ b/misc/gnuls/files/patch-aa @@ -1,20 +1,20 @@ -*** Makefile.in.orig Sun Aug 10 17:06:15 1997 ---- Makefile.in Sun Aug 10 17:07:03 1997 +*** Makefile.in.orig Fri Feb 19 19:24:40 1999 +--- Makefile.in Fri Feb 19 19:27:05 1999 *************** -*** 49,55 **** +*** 92,98 **** - AUTOMAKE_OPTIONS = gnits 1.1k + AUTOMAKE_OPTIONS = gnits 1.2h -! SUBDIRS = lib intl src doc man m4 po +! SUBDIRS = lib intl src doc man m4 po tests - acdir = m4 - ACLOCAL = $(top_srcdir)/aclocal.m4 ---- 49,56 ---- + # Remove this file here (it is created via configure), not from within intl. + DISTCLEANFILES = intl/libintl.h +--- 92,99 ---- - AUTOMAKE_OPTIONS = gnits 1.1k + AUTOMAKE_OPTIONS = gnits 1.2h -! #SUBDIRS = lib intl src doc man m4 po +! #SUBDIRS = lib intl src doc man m4 po tests ! SUBDIRS = lib intl src man - acdir = m4 - ACLOCAL = $(top_srcdir)/aclocal.m4 + # Remove this file here (it is created via configure), not from within intl. + DISTCLEANFILES = intl/libintl.h |