]> git.draconx.ca Git - gob-dx.git/blobdiff - configure.in
Release 1.99.1
[gob-dx.git] / configure.in
index 91e1277ee2dfd65eb3e139d0b40679be26697053..caebd1b5804cb1d89255ab5ce04aa162abdeea5b 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(gob,1.0.7)
+AM_INIT_AUTOMAKE(gob2,1.99.1)
 
 dnl
 dnl  An utter hack to allow embedding of gob inside other packages.
@@ -11,12 +11,12 @@ dnl  gob is not installed
 dnl
 if test -f ../NOINST_GOB ; then
   DOINSTGOB=
-  NOINSTGOB=gob
+  NOINSTGOB=gob2
   AC_MSG_RESULT([*** NOT Going to install GOB ***])
   SUBDIRS="src examples"
   AC_SUBST(SUBDIRS)
 else
-  DOINSTGOB=gob
+  DOINSTGOB=gob2
   NOINSTGOB=
   SUBDIRS="src examples doc"
   AC_SUBST(SUBDIRS)
@@ -34,7 +34,7 @@ AC_PROG_CPP
 AC_PATH_PROG(RM, rm, /bin/rm)
 AC_PATH_PROG(MV, mv, /bin/mv)
 AC_PATH_PROG(TAR, tar, /bin/tar)
-AM_PATH_GLIB(1.2.0,,,)
+AM_PATH_GLIB_2_0(1.3.3,,,)
 dnl We don't check popt since we're not using it at the moment, but
 dnl We just might use it later
 dnl AC_CHECK_LIB(popt,poptGetContext, [POPT_LIB="-lpopt"],
@@ -51,9 +51,9 @@ AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
 
 AC_OUTPUT([
-gob.spec
+gob2.spec
 Makefile
 src/Makefile
 doc/Makefile
 examples/Makefile
-doc/gob.1])
+doc/gob2.1])