pan-users
[Top][All Lists]
Advanced

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

[Pan-users] autogen.sh


From: Rhialto
Subject: [Pan-users] autogen.sh
Date: Sun, 31 Jan 2010 00:21:50 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Speaking of source versions, I was about to re-build Pan after my
quarterly mega-software-cleanup-and-update. autogen.sh reminds me that I
have to re-install libtool, automake, autoconf, and intltool, but
apparently there is still something missing regarding "AM_NLS". That
wasn't there apparently some months ago, when I last went through this.

Here are some fragments of what I see:

radl:.../other/pan/pan2$ ./autogen.sh 
/usr/pkg/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... autoconf2.50: not found
not found.
  testing autoconf... found 2.65
checking for automake >= 1.9...
  testing automake-1.11... found 1.11.1
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... found 2.22.3
checking for intltool >= 0.25...
  testing intltoolize... found 0.40.6
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.23
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.in
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
Running aclocal-1.11...
/usr/pkg/share/aclocal/autotrace.m4:7: warning: underquoted definition of 
AM_PATH_AUTOTRACE
/usr/pkg/share/aclocal/autotrace.m4:7:   run info '(automake)Extending aclocal'
/usr/pkg/share/aclocal/autotrace.m4:7:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:45: warning: AM_NLS is m4_require'd but not m4_defun'd
/usr/pkg/share/aclocal/intltool.m4:27: IT_PROG_INTLTOOL is expanded from...
configure.in:45: the top level
Running autoconf...
configure.in:45: warning: AM_NLS is m4_require'd but not m4_defun'd
aclocal.m4:868: IT_PROG_INTLTOOL is expanded from...
configure.in:45: the top level
Running autoheader...
configure.in:45: warning: AM_NLS is m4_require'd but not m4_defun'd
aclocal.m4:868: IT_PROG_INTLTOOL is expanded from...
configure.in:45: the top level
Running automake-1.11...
configure.in:45: warning: AM_NLS is m4_require'd but not m4_defun'd
aclocal.m4:868: IT_PROG_INTLTOOL is expanded from...
configure.in:45: the top level
Running ./configure --enable-maintainer-mode ...
...
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
./configure[4964]: AM_NLS: not found
checking for intltool >= 0.35.5... 0.40.6 found
checking for intltool-update... /usr/pkg/bin/intltool-update
...

Lines 44 and 45 of configure.in read

dnl AC_PROG_INTLTOOL([0.31],[no-xml])
IT_PROG_INTLTOOL([0.35.5],[no-xml])

Strangely enough, now that I try re-running autogen.sh, the missing
AM_NLS seems to be considered a fatal error, and processing stops.

What am I missing? Is it something autogen.sh can check for?
Strangely enough, running gmake as if nothing strange happened, seems to
result in a binary, which even appears to work...

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert    -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl      -- Cetero censeo "authored" delendum esse.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]