]> git.draconx.ca Git - gob-dx.git/blobdiff - configure.in
Release 2.0.18
[gob-dx.git] / configure.in
index a88ebd1a9d7656ded9d3aea506ba4c15d6eb6d97..adfc6453d15c26deb1add9b0181411144254d3eb 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.2)
 AC_INIT(src/treefuncs.h)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gob2,2.0.17)
+AM_INIT_AUTOMAKE(gob2,2.0.18)
 AM_MAINTAINER_MODE
 
 GLIB_REQUIRED=2.0.0
@@ -19,16 +19,10 @@ dnl Is there a way to test NOINSTGOB here ?
 if test -f ../NOINST_GOB ; then
   AC_MSG_RESULT([*** NOT Going to install GOB ***])
   SUBDIRS="src examples"
-  INSTGOB=""
-  NOINSTGOB="gob2"
 else
   SUBDIRS="src examples doc"
-  INSTGOB="gob2"
-  NOINSTGOB=""
 fi
 AC_SUBST(SUBDIRS)
-AC_SUBST(INSTGOB)
-AC_SUBST(NOINSTGOB)
 
 dnl Checks for programs.
 AC_ISC_POSIX