# HG changeset patch # User jwe # Date 1114727132 0 # Node ID 96c30dd80ef57dc30f23a14caba4f1e8dc5cf45d # Parent 9a72639b62a7f70ff9db81c5e95b761672b2d6a0 [project @ 2005-04-28 22:25:06 by jwe] diff -r 9a72639b62a7 -r 96c30dd80ef5 scripts/ChangeLog --- 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 + + * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not + startup/octaverc. + 2005-04-28 Stefan van der Walt * image/imshow.m: Handle various image depths and 3d RGB images. diff -r 9a72639b62a7 -r 96c30dd80ef5 scripts/configure.in --- 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