gnome.m4: (GNOME_INIT_HOOK): Call $1 also, if `gnome-config' is found and used

svn path=/trunk/; revision=297
This commit is contained in:
Sebastian Wilhelmi
1998-08-04 13:44:46 +00:00
parent e095ce5ab8
commit 8aac6667d9
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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"