commit | 7abd87529499e5d76435213e2590838c5e320a9a | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Sat Nov 22 10:43:29 2014 -0800 |
committer | David Lamparter <equinox@opensourcerouting.org> | Sat Feb 14 19:19:45 2015 +0100 |
tree | fe2a3107483104d92aa092156fe5584069c19736 | |
parent | 85c63b844df4a295a64f37573e0ba08a7cc63659 [diff] [blame] |
build: track config args Record the ./configure arguments used and make them user-visible. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Acked-by: Paul Jakma <paul@jakma.org>
diff --git a/configure.ac b/configure.ac index 33a1cd0..5a3f816 100755 --- a/configure.ac +++ b/configure.ac
@@ -8,6 +8,8 @@ AC_PREREQ(2.53) AC_INIT(Quagga, 0.99.24-rc1, [https://bugzilla.quagga.net]) +CONFIG_ARGS="$*" +AC_SUBST(CONFIG_ARGS) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4])