]> git.draconx.ca Git - gob-dx.git/blobdiff - configure
Release 1.0.2
[gob-dx.git] / configure
index fb8174c416b156c5d500d9fe4dc06892e72d26b6..2c41e7c31ec14d6e8c60ba88505565108acbfcf6 100755 (executable)
--- a/configure
+++ b/configure
@@ -460,7 +460,7 @@ echo > confdefs.h
 
 # A filename unique to this package, relative to the directory that
 # configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=src/tree.h
+ac_unique_file=src/treefuncs.h
 
 # Find the source files, if location was not specified.
 if test -z "$srcdir"; then
@@ -703,7 +703,7 @@ fi
 
 PACKAGE=gob
 
-VERSION=0.90.4
+VERSION=1.0.2
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
@@ -790,12 +790,12 @@ if test -f ../NOINST_GOB ; then
   DOINSTGOB=
   NOINSTGOB=gob
   echo "$ac_t""*** NOT Going to install GOB ***" 1>&6
-  SUBDIRS="src"
+  SUBDIRS="src examples"
   
 else
   DOINSTGOB=gob
   NOINSTGOB=
-  SUBDIRS="src doc"
+  SUBDIRS="src examples doc"
   
 fi
 
@@ -2076,6 +2076,7 @@ gob.spec
 Makefile
 src/Makefile
 doc/Makefile
+examples/Makefile
 doc/gob.1 config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
@@ -2182,6 +2183,7 @@ CONFIG_FILES=\${CONFIG_FILES-"gob.spec
 Makefile
 src/Makefile
 doc/Makefile
+examples/Makefile
 doc/gob.1"}
 EOF
 cat >> $CONFIG_STATUS <<\EOF