]> Pileus Git - ~andy/gtk/commitdiff
Use correct path to libgmodule.la when ref'ing uninstalled copy of glib.
authorJeff Garzik <jgarzik@pobox.com>
Mon, 15 Mar 1999 03:26:12 +0000 (03:26 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Mon, 15 Mar 1999 03:26:12 +0000 (03:26 +0000)
1999-03-14  Jeff Garzik  <jgarzik@pobox.com>

        * configure.in:
        Use correct path to libgmodule.la when ref'ing uninstalled copy
        of glib.  (Already in stable branch, Bug #417)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 6ffd7a4be7dafb7eaa2bfdbc84ead0e03cdb36a4..7377efc5fe51ea2a7ce6dcc085e97fefe0bdf699 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
+
+       * configure.in:
+       Use correct path to libgmodule.la when ref'ing uninstalled copy
+       of glib.  (Already in stable branch, Bug #417)
+
 1999-03-15  Tor Lillqvist  <tml@iki.fi>
 
        Win32 merge and general portability stuff:
index 6ffd7a4be7dafb7eaa2bfdbc84ead0e03cdb36a4..7377efc5fe51ea2a7ce6dcc085e97fefe0bdf699 100644 (file)
@@ -1,3 +1,9 @@
+1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
+
+       * configure.in:
+       Use correct path to libgmodule.la when ref'ing uninstalled copy
+       of glib.  (Already in stable branch, Bug #417)
+
 1999-03-15  Tor Lillqvist  <tml@iki.fi>
 
        Win32 merge and general portability stuff:
index 6ffd7a4be7dafb7eaa2bfdbc84ead0e03cdb36a4..7377efc5fe51ea2a7ce6dcc085e97fefe0bdf699 100644 (file)
@@ -1,3 +1,9 @@
+1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
+
+       * configure.in:
+       Use correct path to libgmodule.la when ref'ing uninstalled copy
+       of glib.  (Already in stable branch, Bug #417)
+
 1999-03-15  Tor Lillqvist  <tml@iki.fi>
 
        Win32 merge and general portability stuff:
index 6ffd7a4be7dafb7eaa2bfdbc84ead0e03cdb36a4..7377efc5fe51ea2a7ce6dcc085e97fefe0bdf699 100644 (file)
@@ -1,3 +1,9 @@
+1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
+
+       * configure.in:
+       Use correct path to libgmodule.la when ref'ing uninstalled copy
+       of glib.  (Already in stable branch, Bug #417)
+
 1999-03-15  Tor Lillqvist  <tml@iki.fi>
 
        Win32 merge and general portability stuff:
index 6ffd7a4be7dafb7eaa2bfdbc84ead0e03cdb36a4..7377efc5fe51ea2a7ce6dcc085e97fefe0bdf699 100644 (file)
@@ -1,3 +1,9 @@
+1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
+
+       * configure.in:
+       Use correct path to libgmodule.la when ref'ing uninstalled copy
+       of glib.  (Already in stable branch, Bug #417)
+
 1999-03-15  Tor Lillqvist  <tml@iki.fi>
 
        Win32 merge and general portability stuff:
index 6ffd7a4be7dafb7eaa2bfdbc84ead0e03cdb36a4..7377efc5fe51ea2a7ce6dcc085e97fefe0bdf699 100644 (file)
@@ -1,3 +1,9 @@
+1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
+
+       * configure.in:
+       Use correct path to libgmodule.la when ref'ing uninstalled copy
+       of glib.  (Already in stable branch, Bug #417)
+
 1999-03-15  Tor Lillqvist  <tml@iki.fi>
 
        Win32 merge and general portability stuff:
index 6ffd7a4be7dafb7eaa2bfdbc84ead0e03cdb36a4..7377efc5fe51ea2a7ce6dcc085e97fefe0bdf699 100644 (file)
@@ -1,3 +1,9 @@
+1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
+
+       * configure.in:
+       Use correct path to libgmodule.la when ref'ing uninstalled copy
+       of glib.  (Already in stable branch, Bug #417)
+
 1999-03-15  Tor Lillqvist  <tml@iki.fi>
 
        Win32 merge and general portability stuff:
index d35df400bfbf411cf392a1658b403716d4f241f8..23d9e37e506c078c87a703b6b1cbd6909d2ddc4e 100644 (file)
@@ -256,7 +256,7 @@ else
   esac
 
   GLIB_CFLAGS="-I$glib_dir -I$glib_dir/gmodule"
-  GLIB_LIBS="$glib_dir/libglib.la $glib_dir/gmodule.la"
+  GLIB_LIBS="$glib_dir/libglib.la $glib_dir/gmodule/libgmodule.la"
   GLIB_DEPLIBS=
 
   AC_SUBST(GLIB_CFLAGS)