From e28e35e27b897b8b9908bff91940e906ea84765a Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 29 Aug 2013 10:27:19 +0300 Subject: [PATCH] configure.ac: Add configure invocation cmdline opts shell variable Signed-off-by: Toni Gundogdu --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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]) -- 2.11.4.GIT