variable PROGRAM_GMENU with a check for gtk/gtkctree.h which is in the

Sun Jul 19 03:31:08 1998  John Ellis  <johne@bellatlantic.net>

        * configure.in: variable PROGRAM_GMENU with a check for
        gtk/gtkctree.h which is in the devel GTK.
        * Makefile.am: added above variable in the subdirs section, now
        gmenu is built/installed by default if the devel GTK is found.
This commit is contained in:
John Ellis 1998-07-19 07:41:38 +00:00 committed by johne
parent 432ab0f78c
commit 01fe1c82fd
3 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,10 @@
Sun Jul 19 03:31:08 1998 John Ellis <johne@bellatlantic.net>
* configure.in: variable PROGRAM_GMENU with a check for
gtk/gtkctree.h which is in the devel GTK.
* Makefile.am: added above variable in the subdirs section, now
gmenu is built/installed by default if the devel GTK is found.
1998-07-19 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (SMPROXY_DEFS): Use `STD_DEFINES' rather than

View file

@ -1,7 +1,7 @@
SUBDIRS = intl po macros \
panel applets \
gsm smproxy pixmaps desktop-links desktop-properties help-browser \
gnome-terminal core-docs
gnome-terminal core-docs @PROGRAM_GMENU@
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
@MAINT@include macros/macros.dep

View file

@ -203,6 +203,11 @@ LIBS="$oLIBS"
dnl AC_CONFIG_SUBDIRS(gemvt)
dnl gmenu requires ctree in the devel GTK 1.1, this is a simple check
dnl for gtk/gtkctree.h
AC_CHECK_HEADERS(gtk/gtkctree.h,[PROGRAM_GMENU=gmenu])
AC_SUBST(PROGRAM_GMENU)
AC_OUTPUT([
Makefile
po/Makefile.in