>"GOMEZ Henri" <[EMAIL PROTECTED]> wrote:
>
>>> Is it possible to generate build.properties from
>>> build.properties.sample
>>> ( instead of .in ) ? Not a big deal, but it would be nice.
>> 
>> don't known (Pier/JF ?)
>
>Not with the AC_OUTPUT macro, but if you know what variables 
>are in there
>you can simply rewrite your own set of seds...

Urg sed ?]

>> PS: There is a problem, with buildconf.sh, which didn't
>>   copy install.sh in scripts/build/unix

the latest buildconf didn't copy install.sh or install-sh.
Fixed by doing automake --copy --add-missing :
You could use this to avoid having install(s) in cvs

#!/bin/sh

echo "libtoolize --force --automake"
libtoolize --force --automake
#echo "automake --copy --add-missing"
automake --copy --add-missing
echo "aclocal"
#aclocal --acdir=`aclocal --print-ac-dir`
#aclocal --acdir=/usr/local/share/aclocal
aclocal
echo "autoconf"
autoconf


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to