X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/a611f21fab136f64bbf979bd62b2fc6ecb62933c..40647d7b7b7fbeae828e0a032a3c3a5f204cdfa8:/configure.in diff --git a/configure.in b/configure.in index 8200f52..96bfb36 100644 --- a/configure.in +++ b/configure.in @@ -2,18 +2,18 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.2) AC_INIT(src/tree.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gob,0.90.5) +AM_INIT_AUTOMAKE(gob,0.91.0) if test -f ../NOINST_GOB ; then DOINSTGOB= NOINSTGOB=gob AC_MSG_RESULT([*** NOT Going to install GOB ***]) - SUBDIRS="src" + SUBDIRS="src examples" AC_SUBST(SUBDIRS) else DOINSTGOB=gob NOINSTGOB= - SUBDIRS="src doc" + SUBDIRS="src examples doc" AC_SUBST(SUBDIRS) fi AC_SUBST(DOINSTGOB) @@ -50,4 +50,5 @@ gob.spec Makefile src/Makefile doc/Makefile +examples/Makefile doc/gob.1])