Split the compiler flags into CFLAGS (used only when building ECL) and ECL_CFLAGS (exported into ecl-config). Set the value of SHELL explicitely in the makefiles so that they work when SHELL=/bin/csh in the environment.

This commit is contained in:
jjgarcia 2003-12-08 09:41:29 +00:00
parent 9a0f314024
commit a6715bfa92
10 changed files with 19 additions and 17 deletions

View file

@ -31,7 +31,7 @@ for i in $*; do
done
if test "$echo_cflags" = "yes"; then
echo "@CFLAGS@ -I@includedir\@"
echo "@ECL_CFLAGS@ -I@includedir\@"
fi
if test "$echo_ldflags" = "yes"; then