pass CFLAGS and LDFLAGS along for plot library build

This commit is contained in:
Matthew Flatt 2010-11-08 18:42:25 -07:00
parent 58b7922033
commit fc111f8909

View File

@ -16,8 +16,8 @@ CC = @CC@
# seems like a good idea, but it doesn't work with
# libtool as the compiler. So, we trust the configuration
# that is built into dynext, instead.
# WITH-ENV = env CC="$(CC)" LD="@MZLINKER@"
WITH_ENV =
# WITH-ENV = env CC="$(CC)" LD="@MZLINKER@" ...
WITH_ENV = env CFLAGS="@CFLAGS@ @COMPFLAGS@ @PREFLAGS@" LDFLAGS="@LDFLAGS@"
PLPLOT_SRCS = $(srcdir)/plplot/dc_drv.c \
$(srcdir)/plplot/plcont.c \