From: Simon Josefsson Date: Mon, 23 Mar 2009 17:12:53 +0000 (+0100) Subject: Fix bootstrap. X-Git-Tag: gnutls_2_7_7~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe5597bd4c51cfce5328b0a869a35dd5cda64a6b;p=thirdparty%2Fgnutls.git Fix bootstrap. --- diff --git a/cfg.mk b/cfg.mk index 3c31d447ed..16771a1ca8 100644 --- a/cfg.mk +++ b/cfg.mk @@ -32,9 +32,9 @@ autoreconf: for f in $(PODIR)/*.po.in; do \ cp $$f `echo $$f | sed 's/.in//'`; \ done - mv lib/build-aux/config.rpath lib/build-aux/config.rpath- + mv build-aux/config.rpath build-aux/config.rpath- test -f ./configure || autoreconf --install - mv lib/build-aux/config.rpath- lib/build-aux/config.rpath + mv build-aux/config.rpath- build-aux/config.rpath update-po: refresh-po for f in `ls $(PODIR)/*.po | grep -v quot.po`; do \