]> git.draconx.ca Git - gob-dx.git/blobdiff - configure
Release 0.91.0
[gob-dx.git] / configure
index 84c691a6b53116605b1b80ded849991f3b25bf6f..8d5f67b545e95e18ec571cf7f70ce4300284b6a1 100755 (executable)
--- a/configure
+++ b/configure
@@ -703,7 +703,7 @@ fi
 
 PACKAGE=gob
 
-VERSION=0.90.5
+VERSION=0.91.0
 
 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