[project @ 2003-06-27 16:53:07 by stolz]
authorstolz <unknown>
Fri, 27 Jun 2003 16:53:07 +0000 (16:53 +0000)
committerstolz <unknown>
Fri, 27 Jun 2003 16:53:07 +0000 (16:53 +0000)
commit25a96d106f30518aadfbcb0da4f44e849778773e
treeabeac34d8bc940e806ee75aa23ebb900c745e9f9
parent7f155a377bed8d1258cddd36d3dbecab1e6ecdaf
[project @ 2003-06-27 16:53:07 by stolz]
Push down CPPFLAGS, CFLAGS and LDFLAGS.

Now ./configure should pick up those flags and hopefully make life a bit
easier for packagers. Notice that some flags which work fine for 'ld'
won't work with ghc, e.g. the combination "-Wl,-E" which 'gtk-config --libs'
suggests, so you'll usually want to set only -I or -L.

> ghc -Wl,-E
ghc-6.0: unrecognised flags: -Wl,-E

http://www.haskell.org/pipermail/glasgow-haskell-users/2003-June/005243.html
mk/config.mk.in