On Mon, Mar 31, 2008 at 11:17 PM, Huie-Ying Lee <[EMAIL PROTECTED]> wrote:
>  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 ?

On my Debian system AM_INTL_SUBDIR is defined in
/usr/share/aclocal/intl.m4 and this file is installed by the gettext
package.

So install gettext and try again.

bye

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to