comparison configure.in @ 3697:8ce0d75eb4e3

[project @ 2000-07-18 03:28:33 by jwe]
author jwe
date Tue, 18 Jul 2000 03:28:34 +0000
parents 3e474e5b2986
children 7e90f4e9a4d5
comparison
equal deleted inserted replaced
3696:5a7174ebc684 3697:8ce0d75eb4e3
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.331 $) 24 AC_REVISION($Revision: 1.332 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
859 true 859 true
860 else 860 else
861 AC_MSG_ERROR([I couldn't find termios.h, termio.h, or sgtty.h!]) 861 AC_MSG_ERROR([I couldn't find termios.h, termio.h, or sgtty.h!])
862 fi 862 fi
863 863
864 ## I'm told that setting LIBGLOB to be $(TOPDIR)/glob/libglob.a causes
865 ## trouble on SCO systems, but setting it to be the two object files
866 ## avoids the problem.
864 867
865 GLOB_DIR=glob 868 GLOB_DIR=glob
866 LIBGLOB='$(TOPDIR)/glob/libglob.$(LIBEXT)' 869 LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o'
867 GLOB_INCFLAGS='-I$(top_srcdir)/glob -I$(TOPDIR)/glob' 870 GLOB_INCFLAGS='-I$(top_srcdir)/glob -I$(TOPDIR)/glob'
868 if test "$ac_cv_header_fnmatch_h" = yes \ 871 if test "$ac_cv_header_fnmatch_h" = yes \
869 && test "$ac_cv_header_glob_h" = yes; then 872 && test "$ac_cv_header_glob_h" = yes; then
870 AC_EGREP_CPP(yes, 873 AC_EGREP_CPP(yes,
871 [#ifdef FNM_NOESCAPE 874 [#ifdef FNM_NOESCAPE