On Freitag, 3. April 2009, Claude Jones wrote: > I went back to the same page a day later and it had changed, with the new > command being: > git clone git://git.cinelerra.org/j6t/cinelerra.git my_cinelerra > I remember a discussion about moving from svn to git (do I have that > right?)
Yes, you got that right. > Anyhow, that list of packages was a result of running ./configure in > relevant directory, hvirtual, from my first download. Now, I'm trying to > run that configure command in the my_cinelerra directory created by the > second download and it returns this: > > $ autoreconf -i –force > autoreconf: `configure.ac' or `configure.in' is required > > And doing the following in that same directory reveals that there is > 'configure.in': > > [...@tehogee1 my_cinelerra]$ ls config* > configure configure.in > > Can someone tell me what the issue is here? You should be able to get a usable configure if you run ./autogen.sh first. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
