From 887dda6d764c36155b0ea4e30d9509b40d39442e Mon Sep 17 00:00:00 2001 From: wl Date: Mon, 20 Dec 2010 09:37:59 +0000 Subject: A new try to not changing srcdir if building in separate builddir. Makefile.in ($GNULIBDIRS): Disable calls to autoconf and friends. --- ChangeLog | 6 ++++++ Makefile.in | 10 ++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16ad11ef..094af92e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-20 Daiki Ueno + + A new try to not changing srcdir if building in separate builddir. + + Makefile.in ($GNULIBDIRS): Disable calls to autoconf and friends. + 2010-12-20 Werner LEMBERG Speed up access to cflags values. diff --git a/Makefile.in b/Makefile.in index e27c0c91..d068a30e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -767,14 +767,8 @@ $(GNULIBDIRS): FORCE case $(do) in \ all) \ cd $@; \ - if test ! $(srcdir) = .; then \ - for file in aclocal.m4 Makefile.in configure build-aux; do \ - rm -rf $$file && cp -R $$srcdir/$$file .; \ - done; \ - touch aclocal.m4 Makefile.in configure; \ - fi; \ - test -f Makefile || $(SHELL) $$srcdir/configure; \ - $(MAKE) $(do) ;; \ + test -f Makefile || $(SHELL) $$srcdir/configure ; \ + $(MAKE) ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=: $(do) ;; \ esac $(OTHERDIRS): $(PROGDEPDIRS) $(CCPROGDIRS) $(CPROGDIRS) -- cgit v1.2.1