summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBarak A. Pearlmutter <barak+git@cs.nuim.ie>2014-05-09 10:41:31 +0100
committerJoachim Nilsson <troglobit@gmail.com>2019-09-28 11:19:27 +0200
commitc3b67b7c5393e0bd1f19644d81fe49aaf256398b (patch)
treebefc468d6d934708f3113c488b8f1dd157d4c081 /autogen.sh
parent6b8f2e1ce103e02696b413db88081b0da9796463 (diff)
downloadlibnet-c3b67b7c5393e0bd1f19644d81fe49aaf256398b.tar.gz
Use standard autotools doxygen support.
Generation of PDF doxygen documentation is enabled by default, can be disabled with $ ./configure --disable-doxygen-pdf This uses ax_prog_doxygen.m4 which is part of the GNU autoconf archive. A copy of /usr/share/aclocal/ax_prog_doxygen.m4 is put in m4/ This is invoked in configure.ac, and requires a macro in Makefile.am
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 49abebe..b1f4a93 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,5 +5,4 @@
set -e
-autoreconf --install
-
+autoreconf --install $*