Hi Ralf,
Thanks for getting back quickly.
Do you happen to have extra spaces following the arguments of AC_INIT,
as in
AC_INIT(package , 1.0 , [EMAIL PROTECTED])
^ ^
? Because if you do, please remove them. M4 only strips the leading
(unquoted) spaces of macro arguments, not the trailing ones. I think
a package name with such a space can lead to weird failures.
I checked configure.in and I don't have any trailing whitespace. I
have the following which looks ok to me:
AC_INIT([LEDA], [0.1], [Pallav Gupta <[EMAIL PROTECTED]>],
[LEDA])
I've tarred the entire directory and it can be downloaded at this link:
http://purnea.ee.princeton.edu/~pgupta/pics/leda-0.1.tar.gz
Thanks for your time.
kind regards,
pallav