On Saturday 08 April 2006 17:07, Scott C. Frase wrote: > Thanks Andraz. Here is the output I get now: > > [EMAIL PROTECTED] hvirtual]# autoreconf -i --force > Copying file ABOUT-NLS > Copying file config.rpath > Copying file mkinstalldirs > Copying file po/Makefile.in.in > configure.in:17: error: possibly undefined macro: AC_ENABLE_SHARED > If this token and others are legitimate, please use > m4_pattern_allow. > See the Autoconf documentation. > configure.in:18: error: possibly undefined macro: AC_DISABLE_STATIC > configure.in:19: error: possibly undefined macro: AC_PROG_LIBTOOL > autoreconf: /usr/bin/autoconf failed with exit status: 1
This is strange. Do you have libtool installed? Which version? These errors occur if the macro definitions cannot be found in the system. These particular macros come with libtool (in /usr/share/aclocal/libtool.m4 on my system), and aclocal should copy the definition into aclocal.m4. (And I appologize that I gave you the wrong command - I haven't tried it first.) -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
