changeset in /hg/icedtea: Remove duplicate ENABLE_HG.
Andrew John Hughes
ahughes at redhat.com
Sun Aug 9 15:44:38 PDT 2009
changeset fa477700aaf3 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=fa477700aaf3
description:
Remove duplicate ENABLE_HG.
2009-08-07 Andrew John Hughes <ahughes at redhat.com>
* acinclude.m4:
(ENABLE_HG): Remove duplicate from
IcedTea6 merge.
diffstat:
2 files changed, 6 insertions(+), 22 deletions(-)
ChangeLog | 6 ++++++
acinclude.m4 | 22 ----------------------
diffs (45 lines):
diff -r 52ca492dae93 -r fa477700aaf3 ChangeLog
--- a/ChangeLog Fri Aug 07 21:46:15 2009 +0100
+++ b/ChangeLog Sun Aug 09 23:46:37 2009 +0100
@@ -1,3 +1,9 @@ 2009-08-07 Andrew John Hughes <ahughes
+2009-08-07 Andrew John Hughes <ahughes at redhat.com>
+
+ * acinclude.m4:
+ (ENABLE_HG): Remove duplicate from
+ IcedTea6 merge.
+
2009-08-07 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 52ca492dae93 -r fa477700aaf3 acinclude.m4
--- a/acinclude.m4 Fri Aug 07 21:46:15 2009 +0100
+++ b/acinclude.m4 Sun Aug 09 23:46:37 2009 +0100
@@ -1109,28 +1109,6 @@ AC_DEFUN([WITH_LANGTOOLS_SRC_ZIP],
AC_SUBST(ALT_LANGTOOLS_SRC_ZIP)
])
-AC_DEFUN([ENABLE_HG],
-[
- AC_MSG_CHECKING(whether to retrieve the source code from Mercurial)
- AC_ARG_ENABLE([hg],
- [AS_HELP_STRING(--enable-hg,download source code from Mercurial [[default=no]])],
- [
- case "${enableval}" in
- no)
- enable_hg=no
- ;;
- *)
- enable_hg=yes
- ;;
- esac
- ],
- [
- enable_hg=no
- ])
- AC_MSG_RESULT([${enable_hg}])
- AM_CONDITIONAL([USE_HG], test x"${enable_hg}" = "xyes")
-])
-
AC_DEFUN([AC_CHECK_WITH_HG_REVISION],
[
AC_MSG_CHECKING([which Mercurial revision to use])
More information about the distro-pkg-dev
mailing list