summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 73019f29e4c..a4affc277bf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -87,10 +87,6 @@ $AUTOCONF
echo Running ${AUTOMAKE}...
$AUTOMAKE --add-missing --force-missing --copy --foreign
-# Run autogen in the argp-standalone sub-directory
-echo "Running autogen.sh in argp-standalone ..."
-( cd contrib/argp-standalone;./autogen.sh )
-
# Instruct user on next steps
echo
echo "Please proceed with configuring, compiling, and installing."