changeset in /hg/icedtea: 2007-10-22 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Wed Nov 7 08:23:49 PST 2007


changeset 335f71762c44 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=335f71762c44
description:
	2007-10-22  Lillian Angel  <langel at redhat.com>

	        * configure.ac: Fixed typo. libgif should be giflib.
	        * configure: Regenerate.

diffstat:

3 files changed, 12 insertions(+), 7 deletions(-)
ChangeLog    |    5 +++++
configure    |   12 ++++++------
configure.ac |    2 +-

diffs (77 lines):

diff -r 7304808731d0 -r 335f71762c44 ChangeLog
--- a/ChangeLog	Mon Oct 22 16:00:02 2007 -0400
+++ b/ChangeLog	Mon Oct 22 16:10:10 2007 -0400
@@ -3,6 +3,11 @@ 2007-10-23  Christan Thalinger  <twisti@
 	* j2se/make/common/Defs-linux.gmk: Updated for b22.
 	* j2se/make/common/shared/Platform.gmk: Likewise.
 	* j2se/src/share/bin/java.c: Likewise.
+
+2007-10-22  Lillian Angel  <langel at redhat.com>
+
+	* configure.ac: Fixed typo. libgif should be giflib.
+	* configure: Regenerate.
 
 2007-10-22  Lillian Angel  <langel at redhat.com>
 
diff -r 7304808731d0 -r 335f71762c44 configure
--- a/configure	Mon Oct 22 16:00:02 2007 -0400
+++ b/configure	Mon Oct 22 16:10:10 2007 -0400
@@ -7135,8 +7135,8 @@ _ACEOF
   LIBS="-lgif $LIBS"
 
 else
-  { { echo "$as_me:$LINENO: error: \"libgif not found - try installing libgif-devel\"" >&5
-echo "$as_me: error: \"libgif not found - try installing libgif-devel\"" >&2;}
+  { { echo "$as_me:$LINENO: error: \"giflib not found - try installing giflib-devel\"" >&5
+echo "$as_me: error: \"giflib not found - try installing giflib-devel\"" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -7876,7 +7876,7 @@ and GLIB_LIBS to avoid the need to call 
 and GLIB_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&5
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -7886,7 +7886,7 @@ and GLIB_LIBS to avoid the need to call 
 and GLIB_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 else
@@ -7987,7 +7987,7 @@ and GTK_LIBS to avoid the need to call p
 and GTK_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&5
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -7997,7 +7997,7 @@ and GTK_LIBS to avoid the need to call p
 and GTK_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 else
diff -r 7304808731d0 -r 335f71762c44 configure.ac
--- a/configure.ac	Mon Oct 22 16:00:02 2007 -0400
+++ b/configure.ac	Mon Oct 22 16:10:10 2007 -0400
@@ -80,7 +80,7 @@ AC_CHECK_LIB(jpeg, main,
 AC_CHECK_LIB(jpeg, main,
         , [AC_MSG_ERROR("libjpeg not found - try installing libjpeg-devel")])
 AC_CHECK_LIB(gif, main,
-        , [AC_MSG_ERROR("libgif not found - try installing libgif-devel")])
+        , [AC_MSG_ERROR("giflib not found - try installing giflib-devel")])
 AC_CHECK_LIB(z, main,
 	, [AC_MSG_ERROR("zlib not found - try installing zlib-devel")])
 



More information about the distro-pkg-dev mailing list