aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-12-23 13:43:57 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-12-23 13:43:57 +0100
commit6f9b8f9b00353bb40bbb0a5114a01ff3a67d746b (patch)
treec829cd6553c2007eb340b2feb3627cfeb0ac2ff9
parent9f495811fd3c9793cb77a5d26b4015da021012dd (diff)
downloadlibabc-6f9b8f9b00353bb40bbb0a5114a01ff3a67d746b.tar.gz
autogen.sh: print common ./configure options
-rwxr-xr-xautogen.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d8ec7ed..5c6bad3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,4 +10,10 @@ args="--prefix=/usr \
--sysconfdir=/etc \
--libdir=$(libdir /usr/lib)"
-exec ./configure $args "$@"
+echo
+echo "----------------------------------------------------------------"
+echo "Initialized build system. For a common configuration please run:"
+echo "----------------------------------------------------------------"
+echo
+echo "# ./configure $args"
+echo