diff options
author | Roland McGrath <roland@redhat.com> | 1993-03-11 19:25:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-03-11 19:25:28 +0000 |
commit | 19c3ead040464b09df7f58b36c0d916ce8cfbc79 (patch) | |
tree | 8aceb785405f1b1924887b26dca9625320ba5caa /configure.in | |
parent | 63b17f1d63d93107358bae75e46823de6ec1b732 (diff) | |
download | gunmake-19c3ead040464b09df7f58b36c0d916ce8cfbc79.tar.gz |
Formerly configure.in.~17~
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5d79c2c..d6ce31e 100644 --- a/configure.in +++ b/configure.in @@ -63,6 +63,10 @@ AC_COMPILE_CHECK(sys_siglist declaration in signal.h, AC_DYNIX_SEQ AC_XENIX_DIR +AC_SUBST(REMOTE) REMOTE=stub +AC_WITH(customs, [REMOTE=cstms +LIBS="$LIBS libcustoms.a"]) + AC_OUTPUT(Makefile build.sh glob/Makefile) dnl Local Variables: |