Help with path expansion

2011-01-19 Thread Mike Gran
Hi- I have this snippet of autoconf file that generates a warning. AC_INIT([blammo],[0.0]) pkgsitedir="$datadir/$PACKAGE_NAME" AC_MSG_WARN([] [The modules will be installed in ${pkgsitedir}.]) When I run it, I get the text configure: WARNING: The modules will be

Re: Help with path expansion

2011-01-19 Thread Ralf Wildenhues
* Mike Gran wrote on Wed, Jan 19, 2011 at 06:26:24PM CET: > pkgsitedir="$datadir/$PACKAGE_NAME" > AC_MSG_WARN([] >[The modules will be installed in ${pkgsitedir}.]) > > When I run it, I get the text > > configure: WARNING: >The modules will be installed in ${datarootdi

Re: Help with path expansion

2011-01-19 Thread John Calcote
Mike, On 01/19/2011 11:43 PM, Ralf Wildenhues wrote: > * Mike Gran wrote on Wed, Jan 19, 2011 at 06:26:24PM CET: >> pkgsitedir="$datadir/$PACKAGE_NAME" >> AC_MSG_WARN([] >>[The modules will be installed in ${pkgsitedir}.]) >> >> When I run it, I get the text >> >> configure: WA