1
1
Этот коммит содержится в:
Timur Bakeyev 1999-01-17 00:21:34 +00:00
родитель 09bfb9e7de
Коммит 14466bf7ca
2 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Sun Jan 17 03:19:47 1999 Timur Bakeyev <mc@bat.ru>
* configure.in: Add comments before "Let" and "the" - typo. Add new
path to include's search.
1999-01-10 Ilya Zakharevich <ilya@math.ohio-state.edu>
* gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.

Просмотреть файл

@ -12,7 +12,7 @@ AC_SUBST(VERSION)
dnl This is path where we're looking for headers in addition to /usr/include
dnl and whatever cpp defaults to.
include_additional_path="/usr/local/include /opt/gnu/include"
include_additional_path="/usr/local/include /usr/contrib/include /opt/gnu/include"
dnl This sets/resets compiling with -g by default. It should be set to yes for
dnl development versions and set to no for release versions.
@ -150,8 +150,8 @@ AC_SHORT_D_NAME_LEN
AC_HEADER_STDC
Let me check for an incompatible regcomp in HP-UX before making this
the default
#Let me check for an incompatible regcomp in HP-UX before making this
#the default
REGEX_O="regex.o"
AC_SUBST(REGEX_O)