X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/774037b15064dcc6e4995c0bba3b24abb1bde35f..77fd2f2194af12f95959506910f3babe842c5f1f:/configure.in diff --git a/configure.in b/configure.in index ea9f23f..7f075ca 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,14 @@ 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.92.1) +AM_INIT_AUTOMAKE(gob,1.0.6) +dnl +dnl An utter hack to allow embedding of gob inside other packages. +dnl if a file is found in the parent directory named NOINST_GOB, then +dnl gob is not installed +dnl if test -f ../NOINST_GOB ; then DOINSTGOB= NOINSTGOB=gob