diff options
author | Roland McGrath <roland@redhat.com> | 1995-02-13 16:50:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-02-13 16:50:03 +0000 |
commit | 8f24715a10a77f621a4a9f430769d0971be5deb1 (patch) | |
tree | c4b21d15b619d4647683128f20bd2e6ded0c7bd3 /configure.in | |
parent | 4c7f18cd092305b773d0950c697e32ede2c6b62e (diff) | |
download | gunmake-8f24715a10a77f621a4a9f430769d0971be5deb1.tar.gz |
(CFLAGS, LDFLAGS): Don't set these variables.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 8f18aea..7e91f3d 100644 --- 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 |