summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-10-09 09:25:38 -0700
committerJoachim Nilsson <troglobit@gmail.com>2019-10-09 18:40:16 +0200
commitab717bd7025a78f498da96a027387838b570eb5e (patch)
tree804b9a8ef01970450193d4d0f38ba15044d2e83e
parent40131fb3b909df36db009be48e348eab06f4504f (diff)
downloadlibnet-ab717bd7025a78f498da96a027387838b570eb5e.tar.gz
Cannot use the `-m` flag in first-time builds
Running autogen.sh failed with: autoreconf: no config.status: cannot re-make The `-m` flag does not appear necessary, and removing it allows autotools to generate the configure script.
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 54f728d..40e7189 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,4 +6,4 @@
# Regular users building from released tarballs can use the shipped
# configure script, that generates Makefile's from Makefile.in's
-autoreconf -W portability -vifm $*
+autoreconf -W portability -vif $*