X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/2310330e7d4d724bf6641339836be8523f95c916..486240dc4c5d57b0afaddba60d87fe375112bed5:/configure.in diff --git a/configure.in b/configure.in index cc2e1eb..cc28b67 100644 --- a/configure.in +++ b/configure.in @@ -1,19 +1,19 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.2) -AC_INIT(src/tree.h) +AC_INIT(src/treefuncs.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gob,0.90.4) +AM_INIT_AUTOMAKE(gob,1.0.2) 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])