summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2010-12-18 08:40:23 +0000
committerwl <wl>2010-12-18 08:40:23 +0000
commit995c9418dc28ee74941ca052ed98b246faf5d3dd (patch)
tree2f8eed27ab26dd9946ec29e29a150eed983f53b4 /Makefile.in
parentdf0c148d4098b18d6855357a775f519914297836 (diff)
downloadgroff-995c9418dc28ee74941ca052ed98b246faf5d3dd.tar.gz
Missed commit.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e7fc424f..e27c0c91 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -767,6 +767,12 @@ $(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) ;; \
esac