|
From: Josef W. <Jos...@gm...> - 2003-03-17 10:10:41
|
Hi, I just want you to know. When running ./autogen.sh for valgrind CVS, with automake 1.7.2 I get the following warnings. I feel a little bit nervous about this, as usually someone compiling valgrind will think he can override e.g. "CFLAGS=xxx ./configure" as this is a standard configure feature. Josef running: aclocal running: autoheader running: automake -a addrcheck/Makefile.am:8: `CFLAGS' is a user variable, you should not override it; addrcheck/Makefile.am:8: use `AM_CFLAGS' instead. auxprogs/Makefile.am:7: `CFLAGS' is a user variable, you should not override it; auxprogs/Makefile.am:7: use `AM_CFLAGS' instead. cachegrind/Makefile.am:7: `CFLAGS' is a user variable, you should not override it; cachegrind/Makefile.am:7: use `AM_CFLAGS' instead. cachegrind/tests/Makefile.am:13: `CCASFLAGS' is a user variable, you should not override it; cachegrind/tests/Makefile.am:13: use `AM_CCASFLAGS' instead. cachegrind/tests/Makefile.am:11: `CFLAGS' is a user variable, you should not override it; cachegrind/tests/Makefile.am:11: use `AM_CFLAGS' instead. corecheck/Makefile.am:5: `CFLAGS' is a user variable, you should not override it; corecheck/Makefile.am:5: use `AM_CFLAGS' instead. corecheck/Makefile.am:9: `CPPFLAGS' is a user variable, you should not override it; corecheck/Makefile.am:9: use `AM_CPPFLAGS' instead. corecheck/tests/Makefile.am:34: `CFLAGS' is a user variable, you should not override it; corecheck/tests/Makefile.am:34: use `AM_CFLAGS' instead. coregrind/Makefile.am:12: `CCASFLAGS' is a user variable, you should not override it; coregrind/Makefile.am:12: use `AM_CCASFLAGS' instead. coregrind/Makefile.am:6: `CFLAGS' is a user variable, you should not override it; coregrind/Makefile.am:6: use `AM_CFLAGS' instead. coregrind/demangle/Makefile.am:4: `CFLAGS' is a user variable, you should not override it; coregrind/demangle/Makefile.am:4: use `AM_CFLAGS' instead. helgrind/Makefile.am:5: `CFLAGS' is a user variable, you should not override it; helgrind/Makefile.am:5: use `AM_CFLAGS' instead. lackey/Makefile.am:5: `CFLAGS' is a user variable, you should not override it; lackey/Makefile.am:5: use `AM_CFLAGS' instead. memcheck/Makefile.am:10: `CCASFLAGS' is a user variable, you should not override it; memcheck/Makefile.am:10: use `AM_CCASFLAGS' instead. memcheck/Makefile.am:8: `CFLAGS' is a user variable, you should not override it; memcheck/Makefile.am:8: use `AM_CFLAGS' instead. memcheck/tests/Makefile.am:66: `CFLAGS' is a user variable, you should not override it; memcheck/tests/Makefile.am:66: use `AM_CFLAGS' instead. memcheck/tests/Makefile.am:67: `CXXFLAGS' is a user variable, you should not override it; memcheck/tests/Makefile.am:67: use `AM_CXXFLAGS' instead. none/Makefile.am:5: `CFLAGS' is a user variable, you should not override it; none/Makefile.am:5: use `AM_CFLAGS' instead. none/tests/Makefile.am:52: `CFLAGS' is a user variable, you should not override it; none/tests/Makefile.am:52: use `AM_CFLAGS' instead. none/tests/Makefile.am:53: `CXXFLAGS' is a user variable, you should not override it; none/tests/Makefile.am:53: use `AM_CXXFLAGS' instead. tests/Makefile.am:16: `CFLAGS' is a user variable, you should not override it; tests/Makefile.am:16: use `AM_CFLAGS' instead. running: autoconf |