[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#201935: Libtool script used in your package needs updating



From: Scott James Remnant <scott@netsplit.com>
Subject: Re: Bug#201935: Libtool script used in your package needs updating
Date: 20 Jul 2003 11:41:59 +0200

> > > 	$ libtoolize -cf

This caused an error as;

libtoolize -cf
libtoolize: unrecognized option `-cf'
Try `libtoolize --help' for more information.

so I changed it as "libtoolize -c -f" then I got an error as;

libtoolize -c -f
Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
Putting files in AC_CONFIG_AUX_DIR, `config'.
aclocal
autoconf
texk/kpathsea/withenable.ac:42: warning: AC_CANONICAL_HOST invoked multiple times
configure.in:159: warning: AC_CONFIG_SUBDIRS: you should use literals
configure:3682: error: possibly undefined macro: AM_MAINTAINER_MODE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

so I replaced `AC_PROG_RANLIB' with `AC_PROG_LIBTOOL'
in top configure.in but still I got an error as;

libtoolize -c -f
You should update your `aclocal.m4' by running aclocal.
Putting files in AC_CONFIG_AUX_DIR, `config'.
aclocal
autoconf
texk/kpathsea/withenable.ac:42: warning: AC_CANONICAL_HOST invoked multiple times
configure.in:159: warning: AC_CONFIG_SUBDIRS: you should use literals
configure:18887: error: possibly undefined macro: AM_MAINTAINER_MODE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

What I should do in fact?

Regards,			2003-8-31(Sun)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@debian.org>
 Department of Math., Univ. of Tokushima



Reply to: