Compilation error against pilot-link.m4

AddThis Social Bookmark Button
Hi! I hope this is the correct place to post this issue. I have installed pilot-link 0.12.2. The distro I'm using is Bluewhite64. I have the following error when trying to compile several projects using the autogen.sh script:
*info* running aclocal (-I m4)
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
run info '(automake)Extending aclocal'
or see
#Extending-aclocal
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of
AM_PATH_GDK_IMLIB
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of
AM_PATH_AUDIOFILE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/bin/m4:/usr/share/aclocal/pilot-link.m4:1: ERROR: end of file in string
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
*error* aclocal failed. (exit code = 1)
I've downgraded to 0.11.8 and there were no problems. The only solution I've found was to comment the first line of the pilot-link.m4 file:
AC_DEFUN([IT_PROG_INTLTOOL], [AC_PREREQ([2.50])dnl
I really don't know if I'm broking something doing this, but it certainly solve my problem. Is there any patch or something (more elegant) to solve this? Thanks!

The proper place is probably

The proper place is probably the pilot-link-devel mailing list (lists.pilot-link.org), or the bugtracker (bugs.pilot-link.org). But this was solved 2 months ago in CVS. Try 0.12.3 and see if that solves it.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.