diff scripts/configure.in @ 3887:7da18459c08b

[project @ 2002-04-04 00:44:21 by jwe]
author jwe
date Thu, 04 Apr 2002 00:46:37 +0000
parents f63e5b4ab5c9
children 2168f4a0e88d
line wrap: on
line diff
--- a/scripts/configure.in	Wed Apr 03 21:20:56 2002 +0000
+++ b/scripts/configure.in	Thu Apr 04 00:46:37 2002 +0000
@@ -20,13 +20,14 @@
 ### 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_INIT
 AC_REVISION()
-AC_PREREQ(2.0)
-AC_INIT(startup/octaverc)
+AC_PREREQ(2.52)
+AC_CONFIG_SRCDIR([startup/octaverc])
 
 AC_PROG_INSTALL
 
-AC_OUTPUT(Makefile audio/Makefile control/Makefile control/base/Makefile \
+AC_CONFIG_FILES([Makefile audio/Makefile control/Makefile control/base/Makefile \
 	  control/hinf/Makefile control/obsolete/Makefile \
 	  control/system/Makefile control/util/Makefile elfun/Makefile \
 	  finance/Makefile general/Makefile image/Makefile io/Makefile \
@@ -35,4 +36,5 @@
 	  signal/Makefile specfun/Makefile special-matrix/Makefile \
 	  startup/Makefile statistics/Makefile statistics/base/Makefile \
 	  statistics/distributions/Makefile statistics/models/Makefile \
-	  statistics/tests/Makefile strings/Makefile time/Makefile)
+	  statistics/tests/Makefile strings/Makefile time/Makefile])
+AC_OUTPUT