comparison Makefile.cvs @ 386:f1f9920cc7b1

Add AM_GNU_GETTEXT macros AM_ICONV relies on config.rpath and autopoint/gettextize will only copy these in when the AM_GNU_GETTEXT macros are present. This is needed for the next commit that deletes config.rpath since it is cruft that should be copied in by autotools not embedded. Run autopoint to copy in config.rpath and leave it to automake to copy into the tarball.
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:44 +0800
parents 507a42e3c48e
children 3cbda103e0ef
comparison
equal deleted inserted replaced
385:0917d53d78b3 386:f1f9920cc7b1
1 default: all 1 default: all
2 2
3 HOST=$(shell hostname) 3 HOST=$(shell hostname)
4 4
5 all: 5 all:
6 autopoint
6 libtoolize --force --copy 7 libtoolize --force --copy
7 aclocal -I m4 8 aclocal -I m4
8 autoheader 9 autoheader
9 automake --add-missing 10 automake --add-missing
10 autoconf 11 autoconf