changeset 5319:96c30dd80ef5

[project @ 2005-04-28 22:25:06 by jwe]
author jwe
date Thu, 28 Apr 2005 22:25:32 +0000
parents 9a72639b62a7
children 7b95f7fdf175
files scripts/ChangeLog scripts/configure.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Apr 28 18:44:27 2005 +0000
+++ b/scripts/ChangeLog	Thu Apr 28 22:25:32 2005 +0000
@@ -1,3 +1,8 @@
+2005-04-28  John W. Eaton  <jwe@octave.org>
+
+	* configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not
+	startup/octaverc.
+
 2005-04-28  Stefan van der Walt  <stefan@sun.ac.za>
 
 	* image/imshow.m: Handle various image depths and 3d RGB images.
--- a/scripts/configure.in	Thu Apr 28 18:44:27 2005 +0000
+++ b/scripts/configure.in	Thu Apr 28 22:25:32 2005 +0000
@@ -24,7 +24,7 @@
 AC_INIT
 AC_REVISION()
 AC_PREREQ(2.52)
-AC_CONFIG_SRCDIR([startup/octaverc])
+AC_CONFIG_SRCDIR([startup/inputrc])
 
 AC_PROG_INSTALL