Re: Multiple vars in AC_SUBST not considered

2008-04-14 Thread Ralf Wildenhues
Hello Jan, * Jan Engelhardt wrote on Mon, Apr 14, 2008 at 09:21:13AM CEST: > I observed that with a configure.ac with > > AC_SUBST([libfoo_CXXFLAGS libfoo_LIBS]) AC_SUBST is documented to only take one variable. So please do > AC_SUBST([libfoo_CXXFLAGS]) > AC_SUBST([libfoo_LI

Multiple vars in AC_SUBST not considered

2008-04-14 Thread Jan Engelhardt
Hi, I observed that with a configure.ac with AC_SUBST([libfoo_CXXFLAGS libfoo_LIBS]) automake 1.10 will not generate the required libfoo_CXXFLAGS = @libfoo_CXXFLAGS@ libfoo_LIBS = @libfoo_LIBS@ in Makefile.in, but will do so once I write AC_SUBST([libfoo_CXXFL