On Friday 07 April 2006 09:43, Jean-Luc Coulon (f5ibh) wrote: > Since SVN revision 766 (about), I've a little problem with autogen.sh. > It creates config.guess, config.sub and ltmain.sh symlinks in the > parent directory instead of the root directory of the project. > > [EMAIL PROTECTED] % ./autogen.sh > User defined paths to the preferred autoconf and automake versions. > Read the script if you would like to modify them. > AUTOMAKE=automake > ACLOCAL=aclocal > AUTOCONF=autoconf > AUTOHEADER=autoheader > Now building the ./configure script... > checking for automake version... 1.8.5 > checking for aclocal version... 1.8.5 > Running aclocal -I m4 ... > /usr/share/aclocal/tcl.m4:20: warning: underquoted definition of > SC_PATH_TCLCONFIG > run info '(automake)Extending aclocal' > or see > http://sources.redhat.com/automake/automake.html#Extending%20aclocal > > [ snipped more warning messages ] > > /usr/share/aclocal/gtk--.m4:10: warning: underquoted definition of > AM_PATH_GTKMM/usr/share/aclocal/glib.m4:8: warning: underquoted > definition of AM_PATH_GLIB > Running libtoolize ... > Putting files in AC_CONFIG_AUX_DIR, `..'. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The reason is very likely, that in the parent directory you already have some install.sh file. Remove it. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
