]> git.draconx.ca Git - gob-dx.git/blobdiff - configure.in
Release 2.0.19
[gob-dx.git] / configure.in
index 9c3ab230a8706d37968f6d05938be513dd6c242f..d5efb443c2708c1bac0e1d4d05192b54c222449c 100644 (file)
@@ -1,8 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.2)
-AC_INIT(src/treefuncs.h)
+AC_INIT([gob2], [2.0.19])
+AC_CONFIG_SRCDIR([src/treefuncs.h])
+AM_INIT_AUTOMAKE([dist-xz])
+
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gob2,2.0.14)
 AM_MAINTAINER_MODE
 
 GLIB_REQUIRED=2.0.0
@@ -19,16 +20,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