Mercurial > hg > octave-nkf
diff configure.in @ 1144:322aa3f3aab0
[project @ 1995-02-26 06:10:56 by jwe]
author | jwe |
---|---|
date | Sun, 26 Feb 1995 06:12:04 +0000 |
parents | b12322b4c0e8 |
children | 185b16c1be3d |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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.