#20845: mp4v2: mp4creator missing... ----------------------------------------+----------------------------------- Reporter: mirko.g@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: mpeg4ip, mp4creator | Port: mp4v2 ----------------------------------------+----------------------------------- Comment(by mirko.g@…): The bootstrap file check if libtoolize exists (as well as aclocal, autoheader, autoconf and automake)... Then I can only see the ''libtoolize'' command used once: {{{ ... libtoolize --force autoheader || exit 1 automake --add-missing --foreign || exit 1 autoconf || exit 1 ... }}} Since libtoolize is a symlink to glibtoolize, I set the first row as ''glibtoolize --force''. The output of the first command was empty: {{{ ... + libtoolize --force + autoheader ... }}} while using ''glibtoolize --force'' I get: {{{ ... + glibtoolize --force glibtoolize: putting auxiliary files in `.'. glibtoolize: linking file `./ltmain.sh' glibtoolize: You should add the contents of the following files to `aclocal.m4': glibtoolize: `/opt/local/share/aclocal/libtool.m4' glibtoolize: `/opt/local/share/aclocal/ltoptions.m4' glibtoolize: `/opt/local/share/aclocal/ltversion.m4' glibtoolize: `/opt/local/share/aclocal/ltsugar.m4' glibtoolize: `/opt/local/share/aclocal/lt~obsolete.m4' glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in- tree. glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + autoheader ... }}} and ''make'' fails... -- Ticket URL: <http://trac.macports.org/ticket/20845#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS