Package: gettext Version: 0.18.1.1-10 Severity: normal File: /usr/share/aclocal/intl.m4 File: /usr/share/aclocal/po.m4 Usertags: autotools
From my configure.ac:
# gettext for internationalisation
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18])
Whenever I run autoreconf I get this message:
configure.ac:41: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will
soon be removed.
configure.ac:41: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro
instead,
configure.ac:41: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your
Makefile.am files.
This appears to be caused by po.m4 and intl.m4 from gettext:
$ grep -ri AM_PROG_MKDIR_P m4
m4/po.m4: AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
m4/intl.m4: AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
$ head -n1 m4/po.m4 m4/intl.m4
==> m4/po.m4 <==
# po.m4 serial 17 (gettext-0.18)
==> m4/intl.m4 <==
# intl.m4 serial 17 (gettext-0.18)
$ dpkg -L gettext | xargs grep AM_PROG_MKDIR_P 2> /dev/null
/usr/share/aclocal/intl.m4: AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by
automake
/usr/share/aclocal/po.m4: AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
I am using automake 1.12 from experimental:
$ apt-cache policy automake autoconf
automake:
Installed: 1:1.12.6-2
Candidate: 1:1.12.6-2
Version table:
*** 1:1.12.6-2 0
550 http://http.debian.net/debian/ experimental/main amd64 Packages
100 /var/lib/dpkg/status
1:1.11.6-1 0
700 http://http.debian.net/debian/ testing/main amd64 Packages
600 http://http.debian.net/debian/ unstable/main amd64 Packages
autoconf:
Installed: 2.69-1
Candidate: 2.69-1
Version table:
*** 2.69-1 0
700 http://http.debian.net/debian/ testing/main amd64 Packages
600 http://http.debian.net/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gettext depends on:
ii dpkg 1.16.10
ii gettext-base 0.18.1.1-10
ii install-info 5.1.dfsg.1-3
ii libasprintf-dev 0.18.1.1-10
ii libc6 2.17-3
ii libcroco3 0.6.6-2
ii libgettextpo-dev 0.18.1.1-10
ii libglib2.0-0 2.36.1-2build1
ii libgomp1 4.8.0-7
ii libncurses5 5.9+20130504-1
ii libtinfo5 5.9+20130504-1
ii libunistring0 0.9.3-5
ii libxml2 2.8.0+dfsg1-7+nmu1
Versions of packages gettext recommends:
ii autopoint 0.18.1.1-10
ii curl 7.30.0-2
ii wget 1.14-1
Versions of packages gettext suggests:
pn gettext-doc <none>
--
bye,
pabs
http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

