This is strange because this script is usually generated by autoconf
also with the missinf AC_DEFINE or whatever. Have you really tried to
run ./reconf with autoconf 2.53 or later?

Karsten

Here it goes:
Deleting old version and unziping the one I got from you.
================================
[EMAIL PROTECTED]:~/src/karsten$ rm -rf libmusclecard
[EMAIL PROTECTED]:~/src/karsten$ unzip libmusclecard.zip
Archive:  libmusclecard.zip
  inflating: libmusclecard/.cvsignore
[SKIP...]
================================
Entering dir, chmoding reconf and running
================================
[EMAIL PROTECTED]:~/src/karsten$ cd libmusclecard
[EMAIL PROTECTED]:~/src/karsten/libmusclecard$ chmod +x reconf
[EMAIL PROTECTED]:~/src/karsten/libmusclecard$ ./reconf
if [ -e Makefile ]
then
        make distclean
fi

# use with --force when autoconf/automake/libtool change
autoreconf --verbose --install $@
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
autoreconf: running: /usr/bin/autoconf
configure.in:40: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:62: error: possibly undefined macro: AC_DEFINE
autoreconf: /usr/bin/autoconf failed with exit status: 1
===============================
Autoconf and automake version:
===============================
[EMAIL PROTECTED]:~/src/karsten/libmusclecard$ autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[EMAIL PROTECTED]:~/src/karsten/libmusclecard$ automake --version
automake (GNU automake) 1.9.5
Written by Tom Tromey <[EMAIL PROTECTED]>.

Copyright 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
===============================

reconf --version gave me the same result. After adding the mentioned include, it worked.

Thanks!
Matheus

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to