Hello ying, * ying lcs wrote on Fri, Aug 17, 2007 at 04:07:49AM CEST: > On 8/16/07, Jason Curl <jcurlnews@xxxxxxxx> wrote: > > > > > > I am running '.bootstrap' of VLC source under RHEL4. But I am getting > > > the following error: > > > > > > I have 'automake 1.9.6' 'autoconf 2.61' 'aclocal 1.9.6' 'm4 1.4.8' in > > > my system: > > > > > I've got autoconf-2.61, libtool-1.5.24, automake-1.10 and it works for > > my on SuSE 10.0 Please post a URL to the VLC tarball/sources you are trying to build. It looks like your autotools installation is somewhat messed up, but I'm not yet sure in what way. So please try this: create a new directory, in it create a configure.ac file containing the lines AC_INIT AS_IF([:], [echo yes]) AC_OUTPUT then run autoconf --verbose && ./configure Please post all output if it does not contain "yes" near the end. > > > configure.ac:27: error: possibly undefined macro: AS_IF Thanks, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf