]> git.draconx.ca Git - gob-dx.git/blobdiff - configure
Release 0.92.3
[gob-dx.git] / configure
index fb8174c416b156c5d500d9fe4dc06892e72d26b6..141721042878e148241cde7fb52694250b961efe 100755 (executable)
--- a/configure
+++ b/configure
@@ -703,7 +703,7 @@ fi
 
 PACKAGE=gob
 
-VERSION=0.90.4
+VERSION=0.92.3
 
 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