]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly configure.in.~12~
authorRoland McGrath <roland@redhat.com>
Thu, 21 Jan 1993 23:50:44 +0000 (23:50 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 21 Jan 1993 23:50:44 +0000 (23:50 +0000)
configure.in

index 87c57265279f022f73b9e3fc4a7c8f5c0b904fd5..fd04ab9348572b65e2f42aaf4dd89e926dc8d0a6 100644 (file)
@@ -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: