changeset 1144:322aa3f3aab0

[project @ 1995-02-26 06:10:56 by jwe]
author jwe
date Sun, 26 Feb 1995 06:12:04 +0000
parents 0f4270fea6e2
children 185b16c1be3d
files acconfig.h configure.in
diffstat 2 files changed, 1 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/acconfig.h	Sun Feb 26 06:06:37 1995 +0000
+++ b/acconfig.h	Sun Feb 26 06:12:04 1995 +0000
@@ -69,9 +69,6 @@
 /* Use GNU info for extended help system. */
 #undef USE_GNU_INFO
 
-/* Use Karl Berry's path search library. */
-#undef USE_KPATHSEARCH
-
 /* Use GNU readline for command line editing and history. */
 #undef USE_READLINE
 
--- a/configure.in	Sun Feb 26 06:06:37 1995 +0000
+++ b/configure.in	Sun Feb 26 06:12:04 1995 +0000
@@ -21,7 +21,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.94 $)
+AC_REVISION($Revision: 1.95 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -72,15 +72,6 @@
   USE_GNU_INFO=true, USE_GNU_INFO=false)
 AC_SUBST(USE_GNU_INFO)
 
-### Allow the user disable support for recursive directory searching
-### using Karl Berry's pathsearch library.
-
-USE_KPATHSERACH=true
-AC_ARG_ENABLE(pathsearch,
-  [  --enable-pathsearch     use kpathsearch library (default is yes)],
-  USE_KPATHSEARCH=true, USE_KPATHSEARCH=false)
-AC_SUBST(USE_GNU_KPATHSEARCH)
-
 ### Allow the user disable support for command line editing using GNU
 ### readline.