From 7b9c69349c2371413f683cb548a25c4083f6884e Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 26 Sep 2006 12:58:41 +0000 Subject: [PATCH] Save the arguments passed to the configure so that we can retrieve them with 'echo @ac_configure_args@|./config.status --file=-:-' git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2822 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 14c91b4c19..6fba521ea9 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,8 @@ ACLOCAL="$ACLOCAL -I acmacro" AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL + +AC_SUBST(ac_configure_args) ############### ## System checks ## -- 2.20.1