Skip to Content.
Sympa Menu

en - Re: [sympa-users] Compiling from source, AM_PO_SUBDIRS warning

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Liam Kirsher <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] Compiling from source, AM_PO_SUBDIRS warning
  • Date: Thu, 22 May 2014 14:37:45 -0700

I installed and am using these from gnu.org:
automake 1.14
autoconf 2.69
gettext 0.18

autoconf -i now runs without errors.
make however....
make
 cd . && /bin/sh /usr/local/src/sympa-6.1-branch/missing automake-1.14 --foreign
automake-1.14: warnings are treated as errors
configure.ac:28: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:28: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:28: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
make: *** [Makefile.in] Error 1



On 05/22/2014 12:54 PM, Liam Kirsher wrote:
address@concealed"> Hi --

I'm compiling the 6.1-branch in order to get the latest version with DMARC fix, and have run into a problem--
autoreconf -i
configure.ac:28: warning: macro 'AM_PO_SUBDIRS' not found in library
I followed the faq suggestion:

Error: possibly undefined macro: AM_PO_SUBDIRS

This error message happens during the autoconf run if you don't have the required gettext-devel package (sometimes named gettext-dvl) installed on your system.

You should install the required package to complete the Sympa installation process :

on a RedHat system:
yum install gettext-devel
However, I still get the warning about AM_PO_SUBDIRS.

I looks like the rest of the make worked.

Any help?
This is on an CentOS 5 system.

Liam
-- 
Liam Kirsher
PGP: http://liam.numenet.com/pgp/

-- 
Liam Kirsher
PGP: http://liam.numenet.com/pgp/



Archive powered by MHonArc 2.6.19+.

Top of Page