
sbrenner at sabdev
Jun 21, 2012, 5:52 AM
Post #1 of 1
(272 views)
Permalink
|
|
OS X 10.7.4 libtool autogen error
|
|
I am trying to install on 10.7.4 and I get the following error when running the autogen.sh script. This is from a svn install, not the stable tarball. 2. Preparing for libtool …. glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.’. glibtoolize: copying file `./ltmain.sh’ glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4′. glibtoolize: copying file `m4/libtool.m4′ glibtoolize: copying file `m4/ltoptions.m4′ glibtoolize: copying file `m4/ltsugar.m4′ glibtoolize: copying file `m4/ltversion.m4′ glibtoolize: copying file `m4/lt~obsolete.m4′ Finding libtool.m4.in …. not found – aborting! …. done 3. Create acinclude.m4, local definitions for automake … cat: libtool.m4.in: No such file or directory …. done Then when I try to “make” I get this error: make: *** No rule to make target `libtool.m4.in’, needed by `acinclude.m4′. Stop. Any ideas? -Scott
|