On 21/06/07, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote:
I have no clue why gettextize is required. I never run it and didn't see any
error or warning indicating that I should.

I was using the script bootstrap provided in SVN. This script calls
autoreconf and it looks like it is not a good idea to use it when you
upgrade autoconf/automake.

I now use the attached autogen.sh script and I have the message:
$ ./autogen.sh
+ aclocal -I aclocal
+ libtoolize --copy --force --automake
+ autoheader --force
+ autoconf --force
+ automake --add-missing --copy --force --foreign
configure.in:198: required file `./config.rpath' not found

line 198 of configure.in is:
AC_LIB_LINKFLAGS(ltdl)

and config.rpath comes in /usr/share/gettext/config.rpath on my Debian Etch.

AC_LIB_LINKFLAGS() is defined in /usr/share/aclocal/lib-link.m4
provided by gettext. So here is the hidden dependency with gettext.

I changed configure.in in revision 3202 to use AC_CHECK_LIB() instead
of AC_LIB_LINKFLAGS()

bye

--
 Dr. Ludovic Rousseau

Attachment: autogen.sh
Description: Bourne shell script

_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to