Add `xcatch', and rearrange so that the GTK-based programs are only
[xtoys] / configure.in
index d7d13d9..867a2af 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.6 1998/12/11 09:50:38 mdw Exp $
+dnl $Id: configure.in,v 1.7 1998/12/15 23:46:24 mdw Exp $
 dnl
 dnl Configuration script for X tools
 dnl
@@ -28,6 +28,10 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.7  1998/12/15 23:46:24  mdw
+dnl Add `xcatch', and rearrange so that the GTK-based programs are only
+dnl mentioned in the Makefile.
+dnl
 dnl Revision 1.6  1998/12/11 09:50:38  mdw
 dnl Recursively build and configure mLib and mgLib.
 dnl
@@ -49,7 +53,7 @@ dnl
 
 AC_INIT(xwait.c)
 AC_CONFIG_SUBDIRS(mLib mgLib)
-AM_INIT_AUTOMAKE(xtoys, 1.1.0)
+AM_INIT_AUTOMAKE(xtoys, 1.2.0)
 AC_PROG_CC
 mdw_GCC_FLAGS
 AC_PROG_INSTALL
@@ -57,7 +61,7 @@ AC_PROG_RANLIB
 
 AM_PATH_GTK(1.0.0,
   [CFLAGS="$CFLAGS $GTK_CFLAGS"
-  GTK_PROGS="xgetline xshutdown"],
+  GTK_PROGS='$(GTK_PROGS)'],
   [AC_MSG_WARN([You appear not to have GTK.])
   GTK_PROGS=""])
 AC_SUBST(GTK_PROGS)