diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-05-18 20:31:31 +0200 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-06-14 11:07:46 +0200 |
commit | 3f1dc3fe54b32b56471a3e964b840b9b46ae7e09 (patch) | |
tree | ec2dfe0d6c6e56c3482fecf0823a84c4d4235499 /cfg.mk | |
parent | 0b73ac23e7e00e1bc3a0b4f1c1c21caec0c80901 (diff) | |
download | gnutls-3f1dc3fe54b32b56471a3e964b840b9b46ae7e09.tar.gz |
Add bootstrap + bootstrap.conf
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -61,23 +61,12 @@ exclude_file_name_regexp--sc_prohibit_strncpy='unistr.in.h' gl_public_submodule_commit = autoreconf: - for f in $(PODIR)/*.po.in; do \ - cp $$f `echo $$f | sed 's/.in//'`; \ - done - for i in po.m4 nls.m4 gettext.m4 codeset.m4 glibc21.m4 glibc2.m4 iconv.m4 intdiv0.m4 intldir.m4 intl.m4 intlmacosx.m4 intmax.m4 inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 lock.m4 longlong.m4 printf-posix.m4 progtest.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 wchar_t.m4 wint_t.m4 visibility.m4 xsize.m4;do \ - if test -f /usr/share/aclocal/$$i;then \ - rm -f m4/$$i; \ - fi; \ - done + ./bootstrap touch ChangeLog - test -f ./configure || AUTOPOINT=autopoint autoreconf --install update-po: refresh-po - for f in `ls $(PODIR)/*.po | grep -v quot.po`; do \ - cp $$f $$f.in; \ - done - git add $(PODIR)/*.po.in - git commit -sm "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in + git add $(PODIR)/*.po + git commit -sm "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po config: ./configure $(CFGFLAGS) |