This is an automated email from the ASF dual-hosted git repository.
amc pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new fe41af3 Update configure.ac - change build/aux to build/_aux
fe41af3 is described below
commit fe41af38573be135a62bd7913a6b55029011aa4e
Author: dragon512 <[email protected]>
AuthorDate: Tue May 31 10:40:06 2016 -0500
Update configure.ac - change build/aux to build/_aux
Change "/buil/aux" directory to a value that does not upset systems that
use this value as a device name for legacy purposes
This close #679.
---
.gitignore | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 601dcec..407f3db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,7 +24,7 @@ Makefile.in
/configure
/tags
-build/aux/
+build/_aux/
build/libtool.m4
build/ltoptions.m4
build/ltsugar.m4
diff --git a/configure.ac b/configure.ac
index 534c46d..7381e80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ m4_define([TS_VERSION_N],[7000000])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]],
[trafficserver],[http://trafficserver.apache.org])
AC_PREREQ([2.59])
-AC_CONFIG_AUX_DIR([build/aux])
+AC_CONFIG_AUX_DIR([build/_aux])
AC_CONFIG_SRCDIR([proxy/Main.cc])
AC_CONFIG_MACRO_DIR([build])
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].