summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-18 18:02:25 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-18 18:02:25 +0200
commita36213c05aa5a6f4ff79aa791bc5170045f44c9b (patch)
tree9e261ee78cc0913ee78e05946442aaf72b806a8d /cfg.mk
parent68a51339e5781db2de18c6a0e53c85d0128519d0 (diff)
downloadgnutls-a36213c05aa5a6f4ff79aa791bc5170045f44c9b.tar.gz
cfg.mk: no longer save config.rpath
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 9c5ace374f..cdd6b81c11 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -58,12 +58,10 @@ autoreconf:
for f in $(PODIR)/*.po.in; do \
cp $$f `echo $$f | sed 's/.in//'`; \
done
- mv build-aux/config.rpath build-aux/config.rpath-
autopoint
rm -f m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/glibc2.m4 m4/iconv.m4 m4/intdiv0.m4 m4/intldir.m4 m4/intl.m4 m4/intlmacosx.m4 m4/intmax.m4 m4/inttypes_h.m4 m4/inttypes-pri.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/lock.m4 m4/longlong.m4 m4/nls.m4 m4/po.m4 m4/printf-posix.m4 m4/progtest.m4 m4/size_max.m4 m4/stdint_h.m4 m4/uintmax_t.m4 m4/wchar_t.m4 m4/wint_t.m4 m4/visibility.m4 m4/xsize.m4
touch ChangeLog
test -f ./configure || AUTOPOINT=true autoreconf --install
- mv build-aux/config.rpath- build-aux/config.rpath
update-po: refresh-po
for f in `ls $(PODIR)/*.po | grep -v quot.po`; do \