Re: Recreate depfiles when regenerating Makefiles

2002-01-06 Thread Tom Tromey
> "Hari" == Raja R Harinath <[EMAIL PROTECTED]> writes: Hari> No. It is currently safe only if one of the AC_PROG_CC or Hari> AC_PROG_CXX commands is present in configure.in, thanks to the Hari> shenanigans in init.m4. That's why I went through the extra Hari> step. Thanks for clearing tha

Re: Recreate depfiles when regenerating Makefiles

2002-01-06 Thread Raja R Harinath
Hi, Tom Tromey <[EMAIL PROTECTED]> writes: >> "Hari" == Raja R Harinath <[EMAIL PROTECTED]> writes: > > Hari> Akim once suggested adding a facility to hook commands to files > Hari> listed in AC_CONFIG_FILES. > > The problem with this idea is that the information about which files > is known

Re: Recreate depfiles when regenerating Makefiles

2002-01-06 Thread Tom Tromey
> "Hari" == Raja R Harinath <[EMAIL PROTECTED]> writes: Hari> Akim once suggested adding a facility to hook commands to files Hari> listed in AC_CONFIG_FILES. The problem with this idea is that the information about which files is known when automake is run, not when autoconf is run. Hari>

Re: building same source with different flag

2002-01-06 Thread Alexandre Duret-Lutz
>>> "Ted" == Ted Irons <[EMAIL PROTECTED]> writes: [...] Ted> if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then Ted> echo $ECHO_N "(cached) $ECHO_C" >&6 Ted> else Ted> lt_cv_prog_compiler_c_o_CXX=no [...] Ted> save_CFLAGS="$CFLAGS" Ted> CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" [.