From: Toni Gundogdu Date: Thu, 29 Aug 2013 07:27:19 +0000 (+0300) Subject: configure.ac: Add configure invocation cmdline opts shell variable X-Git-Tag: v0.9.20130903~4^2~1 X-Git-Url: https://repo.or.cz/w/libquvi-scripts.git/commitdiff_plain/e28e35e27b897b8b9908bff91940e906ea84765a configure.ac: Add configure invocation cmdline opts shell variable Signed-off-by: Toni Gundogdu --- diff --git a/configure.ac b/configure.ac index 9ad04ec..cd2aaae 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,9 @@ AC_PREREQ([2.69]) AC_INIT([libquvi-scripts], m4_esyscmd([./gen-ver.sh -c | tr -d '\n']), [http://quvi.sf.net/bugs/],[],[http://quvi.sf.net/]) +BUILD_OPTS="$@" +AC_SUBST([BUILD_OPTS]) + AC_CONFIG_SRCDIR([tests/lib/env.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([config.aux])