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:
parent
432ab0f78c
commit
01fe1c82fd
3 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue