/hg/icedtea-web: configure.ac: added AM_MAINTAINER_MODE([enable]...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Mon May 5 13:52:13 UTC 2014
changeset 7e5db2ce19da in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=7e5db2ce19da
author: Jiri Vanek <jvanek at redhat.com>
date: Mon May 05 15:52:03 2014 +0200
configure.ac: added AM_MAINTAINER_MODE([enable]) macro
diffstat:
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r e8b21e10ead6 -r 7e5db2ce19da configure.ac
--- a/configure.ac Mon May 05 15:38:16 2014 +0200
+++ b/configure.ac Mon May 05 15:52:03 2014 +0200
@@ -1,6 +1,7 @@
AC_INIT([icedtea-web],[1.6pre],[distro-pkg-dev at openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
AC_CONFIG_FILES([Makefile netx.manifest])
+AM_MAINTAINER_MODE([enable])
# Older automake doesn't generate these correctly
abs_top_builddir=`pwd -P`
More information about the distro-pkg-dev
mailing list