You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/07/29 01:40:30 UTC

[52/62] [abbrv] trafficserver git commit: TS-3030 Restore the autoreconf -if ...

TS-3030 Restore the autoreconf -if ...


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f40bd7ca
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f40bd7ca
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f40bd7ca

Branch: refs/heads/6.0.x
Commit: f40bd7ca3c2575d1cd087c6cc69f570415eb071d
Parents: bfddad1
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Jul 24 02:47:04 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Jul 24 02:47:04 2015 -0600

----------------------------------------------------------------------
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f40bd7ca/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 2b6cbdd..35ba197 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,6 +68,7 @@ asf-dist-rc: asf-distdir
 asf-distdir:
 	@$(am__remove_distdir)
 	test -d .git && git clone . $(distdir)
+	cd $(distdir) && autoreconf -i
 	$(RM) -r -- $(distdir)/autom4te.cache $(distdir)/ci `find $(distdir) -name .git -o -name .gitignore -o -name .gitmodules`
 
 asf-dist-sign: asf-dist