Repository: trafficserver Updated Branches: refs/heads/master bfddad17c -> f40bd7ca3
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/master Commit: f40bd7ca3c2575d1cd087c6cc69f570415eb071d Parents: bfddad1 Author: Leif Hedstrom <[email protected]> Authored: Fri Jul 24 02:47:04 2015 -0600 Committer: Leif Hedstrom <[email protected]> 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
