aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome.m41
2 files changed, 6 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index ce85d5136d..f737deeaf4 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+1998-08-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is
+ found and used
+
1998-08-02 Raja R Harinath <harinath@cs.umn.edu>
* gnome.m4 (GNOME_CONFIG): Use the `gnome-config' program if it
diff --git a/macros/gnome.m4 b/macros/gnome.m4
index 9eac911ddd..bec690f397 100644
--- a/macros/gnome.m4
+++ b/macros/gnome.m4
@@ -25,6 +25,7 @@ AC_DEFUN([GNOME_INIT_HOOK],
GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`"
GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnomeui`"
GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnomeui`"
+ $1
else
AC_MSG_RESULT(no)
no_gnome_config="yes"