Huie-Ying Lee wrote: > Peter Stuge wrote: >> On Wed, Mar 26, 2008 at 06:27:02PM -0700, Huie-Ying Lee wrote: >>> I found that Solaris doesn't support "automake", "aclocal" and >>> "libtoolize" commands currently >> >> I suggest that you install automake, autoconf and libtool in order to >> work more efficiently with this and many other software packages. >> >> >> //Peter > > Hi Peter, > > Your suggestion is well received. I just found these tools on a recent > Solaris build. > > thanks, > Huie-Ying
After I found the automake, autoconf and libtool on Solaris, I tried to run bootstrap, but it failed with ---------------------------------------------------------------------------- [EMAIL PROTECTED]/bootstrap + test -f Makefile + rm -rf autom4te.cache aclocal.m4 config.guess config.log config.status config.sub depcomp ltmain.sh + aclocal-1.10 -I aclocal /usr/share/aclocal/gimpprint.m4:8: warning: underquoted definition of AM_PATH_GIMPPRINT /usr/share/aclocal/gimpprint.m4:8: run info '(automake)Extending aclocal' /usr/share/aclocal/gimpprint.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal + libtoolize --force --copy + autoheader configure.in:16: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'd aclocal/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:16: the top level + automake-1.10 --add-missing --foreign configure.in:16: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'd aclocal/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:16: the top level src/common/Makefile.am: installing `./depcomp' + autoconf configure.in:16: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'd aclocal/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.in:16: the top level configure:2956: error: possibly undefined macro: AM_INTL_SUBDIR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. ------------------------------------------------------------------------------- I searched "AM_INTL_SUBDIR" in GOOGLE and noticed a note said "$M4=/opt/local/bin/gm4 ./boostrap did the trick". I tried the workaround, but it didn't help. Any hint ? Thanks, Huie-Ying _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel