summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-09-29 12:19:25 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-09-29 12:27:46 +0200
commit521b6b221ea707ff225933e2a58834b0b80eeba5 (patch)
tree0f82abe07453e6b69059213b80a6c512bc3b756d
parent5c94ceceefbd912368a862246cb13f93f99e136b (diff)
downloadlibnet-521b6b221ea707ff225933e2a58834b0b80eeba5.tar.gz
autogen.sh: Remove script debugging and rebuild if possible
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rwxr-xr-xautogen.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index a794250..54f728d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,9 @@
-#!/bin/sh -ex
+#!/bin/sh
#
# A bootstrapping script that can be used to generate the autoconf,
-# automake and libtool-related scripts of the build process.
+# automake and libtool-related scripts of the build process. Only
+# useful for developers updating Makefile.am, configure.ac etc.
+# Regular users building from released tarballs can use the shipped
+# configure script, that generates Makefile's from Makefile.in's
-set -e
-
-autoreconf --force --install $*
+autoreconf -W portability -vifm $*