Repository: trafficserver Updated Branches: refs/heads/master 0ccbd4d3f -> 57620693a
TS-2932: fix the name of the --with-build-number option Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/57620693 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/57620693 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/57620693 Branch: refs/heads/master Commit: 57620693ac1f5c2a0a3fcfcdd81938ba0f393243 Parents: 0ccbd4d Author: James Peach <[email protected]> Authored: Wed Jul 16 16:57:29 2014 -0700 Committer: James Peach <[email protected]> Committed: Wed Jul 16 16:57:29 2014 -0700 ---------------------------------------------------------------------- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/57620693/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index c2121ef..c5f18c5 100644 --- a/configure.ac +++ b/configure.ac @@ -128,8 +128,8 @@ AC_ARG_WITH([group], AC_SUBST([pkgsysuser],[$with_user]) AC_SUBST([pkgsysgroup],[$with_group]) -AC_ARG_WITH([build-version], - [AS_HELP_STRING([--with-build-version],[specify a version string for this build])], +AC_ARG_WITH([build-number], + [AS_HELP_STRING([--with-build-number],[specify a version string for this build])], [ build_number="$withval" ] )
