summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@src.gnome.org>1998-08-04 13:44:46 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1998-08-04 13:44:46 +0000
commit70043c8ccd75476953a102dce8d52ff9c90cf72d (patch)
tree7088341cbb1802bb330c656f675d0799f9a70d00
parente8933c4d20b889ab6a4d96b070680cd13570e4b8 (diff)
downloadgnome-common-70043c8ccd75476953a102dce8d52ff9c90cf72d.tar.gz
gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and used
svn path=/trunk/; revision=318
-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 ce85d51..f737dee 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 9eac911..bec690f 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"