OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4489-g7d68939

Gerrit Code Review gerrit@openafs.org
Mon, 1 Dec 2014 18:43:03 -0500


The following commit has been merged in the master branch:
commit 7d689390a89823df8a102c844d313c1c7a2c096a
Author: Sami Kerola <kerolasa@iki.fi>
Date:   Wed Jun 19 21:15:19 2013 +0100

    build-sys: fix m4 quotation to make upstream autotools to work
    
    Macro arguments for AC_ARG_WITH, such as AC_CHECK_PROGS, need to be
    quoted.  Unless they are the latest version of autoconf will expand
    macros slightly wrong way making the configure to fail at line where
    there are only two ticks.
    
    $ ./regen.sh
    [...]
    $ automake -a -f
    [...]
    automake: error: no 'Makefile.am' found for any configure output
    $ ./configure
    [...]
    checking pkg-config is at least version 0.9.0... yes
    ./configure: line 13348: syntax error near unexpected token `newline'
    ./configure: line 13348: `    '''
    
    Notice that the 'automake' run is needed in order to avoid later
    configure error, which would look something like.
    
    configure: error: cannot find install-sh, install.sh, or shtool in build-tools "."/build-tools
    
    Change-Id: I39476270f351d2f5b332c5c945d6ac67fe16dd82
    Reviewed-on: http://gerrit.openafs.org/9995
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 acinclude.m4 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository