diff configure.in @ 2155:85fd0a6f3c97

[project @ 1996-05-13 09:02:48 by jwe]
author jwe
date Mon, 13 May 1996 09:05:19 +0000
parents 2c15367c2149
children abb947300970
line wrap: on
line diff
--- a/configure.in	Mon May 13 08:55:03 1996 +0000
+++ b/configure.in	Mon May 13 09:05:19 1996 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.197 $)
+AC_REVISION($Revision: 1.198 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -104,6 +104,11 @@
 AC_SUBST(imagedir)
 AC_SUBST(imagepath)
 
+### Make configure args available for other uses.
+
+config_opts=$ac_configure_args
+AC_SUBST(config_opts)
+
 ### Path separator.
 
 AC_DEFINE(SEPCHAR, [':'])