Re: AC_SUBST(CCLD)

2011-02-13 Thread Ralf Wildenhues
Hello Justin, * Too, Justin A. wrote on Wed, Feb 09, 2011 at 10:50:00PM CET: > Currently, I have CCLD set to $(CC). Using AC_SUBST, all Makefile's > will contain this variable. > > Config: > CC=gcc > CCLD="$(CC)" > AC_SUBST(CCLD) > > Generated Makefil

AC_SUBST(CCLD)

2011-02-10 Thread Too, Justin A.
Hi, I am using Autotools (Autoconf, Automake, Libtools): Currently, I have CCLD set to $(CC). Using AC_SUBST, all Makefile's will contain this variable. Config: CC=gcc CCLD="$(CC)" AC_SUBST(CCLD) Generated Makefiles: CCLD = gcc The problem, however, is that I use differen

AC_SUBST(CCLD)

2011-02-10 Thread Too, Justin A.
Hi, I am using Autotools (Autoconf, Automake, Libtools): Currently, I have CCLD set to $(CC). Using AC_SUBST, all Makefile's will contain this variable. Config: CC=gcc CCLD="$(CC)" AC_SUBST(CCLD) Generated Makefiles: CCLD = gcc The problem, however, is that I use differen