From 8f24715a10a77f621a4a9f430769d0971be5deb1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Feb 1995 16:50:03 +0000 Subject: (CFLAGS, LDFLAGS): Don't set these variables. --- configure.in | 4 ---- 1 file changed, 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 -- cgit v1.2.3