diff configure.ac @ 9906:8d20fb66a0dc

more automake fixes
author John W. Eaton <jwe@octave.org>
date Thu, 03 Dec 2009 15:39:20 -0500
parents ac69e6f4b33d
children f8a5863ae243
line wrap: on
line diff
--- a/configure.ac	Wed Dec 02 21:42:11 2009 -0800
+++ b/configure.ac	Thu Dec 03 15:39:20 2009 -0500
@@ -45,7 +45,7 @@
 AC_REVISION($Revision: 1.603 $)
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([src/octave.cc])
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
 OCTAVE_HOST_TYPE
@@ -2144,8 +2144,6 @@
   liboctave/Makefile
   scripts/Makefile
   src/Makefile
-  src/mxarray.h
-  src/version.h
   test/Makefile])
 
 AC_OUTPUT