From b66568b6cb6694016f95e9d5a5220d3bde76907d Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 26 Mar 2014 16:55:12 -0700 Subject: build: move argp-standalone into contrib/ directory Change-Id: Iedcddf95c3577da644c0aebbb297b04c93f1b6fe BUG: 1081274 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.org/7352 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 8642deba2..eb869d52e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -64,7 +64,7 @@ fi if [ "x${PYTHONBIN}" = "x" ]; then PYTHONBIN=python fi -env ${PYTHONBIN} -V > /dev/null 2>&1 +env ${PYTHONBIN} -V > /dev/null 2>&1 if [ $? -ne 0 ]; then MISSING="$MISSING python" fi @@ -108,7 +108,7 @@ $AUTOMAKE --add-missing --copy --foreign # Run autogen in the argp-standalone sub-directory echo "Running autogen.sh in argp-standalone ..." -( cd argp-standalone;./autogen.sh ) +( cd contrib/argp-standalone;./autogen.sh ) # Instruct user on next steps echo -- cgit