]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
cfg.mk: no longer save config.rpath
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 18 Jul 2016 16:02:25 +0000 (18:02 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 18 Jul 2016 16:02:25 +0000 (18:02 +0200)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 9c5ace374fac58a091161295f745e261324b9d3e..cdd6b81c11a4b99ac017d24a066b061ddb56fff2 100644 (file)
--- 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 \