* configure.in: Remove explicit substitution of CFLAGS; autoconf
does it anyhow. * configure: Rebuild. * Makefile.in (LDFLAGS): Set to @LDFLAGS@.
This commit is contained in:
parent
2724d37edf
commit
c99fbc42b5
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
Thu Feb 15 13:58:06 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Remove explicit substitution of CFLAGS; autoconf
|
||||
does it anyhow.
|
||||
* configure: Rebuild.
|
||||
* Makefile.in (LDFLAGS): Set to @LDFLAGS@.
|
||||
|
||||
* configure.in: Call AC_PROG_CC before configure.host.
|
||||
* configure: Rebuild.
|
||||
* configure.host: Remove go32 host, since it should no longer be
|
||||
|
|
|
@ -62,6 +62,7 @@ AR = ar
|
|||
AR_FLAGS = qv
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
HLDFLAGS = @HLDFLAGS@
|
||||
RPATH_ENVVAR = @RPATH_ENVVAR@
|
||||
MAKEINFO = makeinfo
|
||||
|
|
Loading…
Reference in a new issue