Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Save the arguments passed to the configure so that we can retrieve them with 'echo...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 26 Sep 2006 12:58:41 +0000 (12:58 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 26 Sep 2006 12:58:41 +0000 (12:58 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2822 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac

index 14c91b4..6fba521 100644 (file)
@@ -19,6 +19,8 @@ ACLOCAL="$ACLOCAL -I acmacro"
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
+
+AC_SUBST(ac_configure_args)
 ###############
 ## System checks
 ##
 ###############
 ## System checks
 ##