]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (LT_AC_PROG_GCJ): Remove excess closing brackets.
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 5 Sep 2000 05:13:20 +0000 (05:13 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 5 Sep 2000 05:13:20 +0000 (05:13 +0000)
ChangeLog
libtool.m4

index cd86621b51bf557640aeb625ca4822ddb0d82094..c7c850855f432da727ba3dcb8b02a9e2d3801cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * libtool.m4 (LT_AC_PROG_GCJ): Remove excess closing brackets.
+
 2000-09-04  Alexandre Oliva  <aoliva@redhat.com>
 
        * mdemo/Makefile.am: Mark only libfoo2 as -no-undefined.
index 651ba0c15d20565a675bde12036d15fb9a2af528..3a4edf1755db9e658b054404f0f6334dc940250e 100644 (file)
@@ -830,4 +830,4 @@ AC_DEFUN([LT_AC_PROG_GCJ],[
   AC_CHECK_TOOL(GCJ, gcj, no)
   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
   AC_SUBST(GCJFLAGS)
-])])
+])