projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c7f18c
)
(CFLAGS, LDFLAGS): Don't set these variables.
author
Roland McGrath
<roland@redhat.com>
Mon, 13 Feb 1995 16:50:03 +0000
(16:50 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 13 Feb 1995 16:50:03 +0000
(16:50 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 8f18aea53cdbb44ee2595ee261c2f57a2a1574a6..7e91f3d0ed8db46671bb39eab0241ae962d71fbc 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-5,10
+5,6
@@
AC_INIT(vpath.c)dnl dnl A distinctive file to look for in srcdir.
AC_CONFIG_HEADER(config.h)
AC_CONFIG_SUBDIRS(glob) dnl Run configure in glob subdirectory.
-# We want these before the checks, so the checks can modify their values.
-test -z "$CFLAGS" && CFLAGS=-g AC_SUBST(CFLAGS)
-test -z "$LDFLAGS" && LDFLAGS=-g AC_SUBST(LDFLAGS)
-
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL