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:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user