diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-21 23:50:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-21 23:50:44 +0000 |
commit | c308b3a5f3ed5bbbc85edada23f16fc843ea138b (patch) | |
tree | c86b97157c40c54a0e73e7305252f9daa3a4f470 | |
parent | f48fcf5f45e5e35edc1cc26b5f57f2bb08b693ae (diff) | |
download | gunmake-c308b3a5f3ed5bbbc85edada23f16fc843ea138b.tar.gz |
Formerly configure.in.~12~
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 87c5726..fd04ab9 100644 --- a/configure.in +++ b/configure.in @@ -48,6 +48,9 @@ AC_USG AC_DYNIX_SEQ AC_XENIX_DIR +test -n "$CFLAGS" && CFLAGS=-g AC_SUBST(CFLAGS) +test -n "$LDFLAGS" && LDFLAGS=-g AC_SUBST(LDFLAGS) + AC_OUTPUT(Makefile build.sh glob/Makefile) dnl Local Variables: |