diff options
author | Paul Smith <psmith@gnu.org> | 1999-03-26 07:08:57 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-03-26 07:08:57 +0000 |
commit | ecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28 (patch) | |
tree | 9b35d9bcb21f2bd765743bc7abe67a97c34a52cc /configure.in | |
parent | c4353af3f9b143b213644c09da5cf46ef611b250 (diff) | |
download | gunmake-ecb3bca9f5cbd4ab67acf5da69f379ddadeaeb28.tar.gz |
* Manual updates: added xrefs, some typos sent by users.
* Change the build env. to not link libglob.a unless we need it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 651387e..8251a8a 100644 --- a/configure.in +++ b/configure.in @@ -169,7 +169,9 @@ AC_CACHE_VAL(make_cv_sys_gnu_glob, [ case "$make_cv_sys_gnu_glob" in yes) AC_MSG_RESULT(yes) ;; no) AC_MSG_RESULT([no; using local copy]) - CPPFLAGS="$CPPFLAGS -I$srcdir/glob" ;; + CPPFLAGS="$CPPFLAGS -I$srcdir/glob" + AC_SUBST(GLOBLIB) GLOBLIB=glob/libglob.a + ;; esac @@ -179,8 +181,6 @@ if test -r $srcdir/maintMakefile; then fi AC_SUBST_FILE(MAINT_MAKEFILE) -dnl AM_CONDITIONAL(MAINT_MAKEFILE, test -r $srcdir/maintMakefile) - AC_OUTPUT(Makefile glob/Makefile build.sh) case "$make_badcust" in |