summaryrefslogtreecommitdiff
path: root/devel/automake/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-02-24 07:39:03 +0000
committerwiz <wiz>2003-02-24 07:39:03 +0000
commitdf2b6e39648522243e919907e94bfddf434b4fac (patch)
tree4ea6df5977036bb00ec1282cd9bdc5fa5167f99f /devel/automake/Makefile
parent769d3274eab6c0313708012e160afc8d237ee84b (diff)
downloadpkgsrc-df2b6e39648522243e919907e94bfddf434b4fac.tar.gz
Update to 1.7.3.
Bugs fixed in 1.7.3: * Fix stamp files numbering (when using multiple AC_CONFIG_HEADERS). * Query distutils for `pythondir' and `pythonexecdir', instead of using an hardcoded path. This should allow builds on 64-bit distributions that usually use lib64/ instead of lib/. * AM_PATH_PYTHON will also search for python2.3. * elisp files are now built all at once instead of one by one. Besides incurring a speed-up, this is required to support interdependent elisp files. * Fix some incompatibilities with upcoming perl-5.10. * Properly quote AC_PACKAGE_TARNAME and AC_PACKAGE_VERSION when defining PACKAGE and VERSION. * depcomp fixes: - dashmstdout and dashXmstdout modes: don't use `-o /dev/null', this is troublesome with gcc and Solaris compilers. - makedepend mode: work with Libtool. - support for ICC. * better support for unusual gettext setups, such as multiple po/ directories: - Flag missing po/ and intl/ directories as warnings, not errors. - Disable these warnings if po/ does not exist. * Noteworthy manual updates: - New FAQ chapter. - Document how AC_CONFIG_AUX_DIR interacts with missing files. (Debian Bug #39542) - Document `AM_YFLAGS = -d'.
Diffstat (limited to 'devel/automake/Makefile')
-rw-r--r--devel/automake/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index 5c5bf914482..4a38ee268f6 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2002/12/09 19:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2003/02/24 07:39:03 wiz Exp $
#
-DISTNAME= automake-1.7.2
+DISTNAME= automake-1.7.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
EXTRACT_SUFX= .tar.bz2