summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-21 23:50:44 +0000
committerRoland McGrath <roland@redhat.com>1993-01-21 23:50:44 +0000
commitc308b3a5f3ed5bbbc85edada23f16fc843ea138b (patch)
treec86b97157c40c54a0e73e7305252f9daa3a4f470 /configure.in
parentf48fcf5f45e5e35edc1cc26b5f57f2bb08b693ae (diff)
downloadgunmake-c308b3a5f3ed5bbbc85edada23f16fc843ea138b.tar.gz
Formerly configure.in.~12~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
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: