sync with 0.7.8cvs14
This commit is contained in:
parent
12b1484ac4
commit
bfe0bca452
4 changed files with 15 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-07-04
|
||||
|
||||
* configure.in: added check for strchr.
|
||||
|
||||
2002-07-02
|
||||
|
||||
* src/prefs_common.[ch]
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-07-04 [paul] 0.7.8claws47
|
||||
|
||||
* sync with 0.7.8cvs14
|
||||
see ChangeLog 2002-07-04
|
||||
|
||||
2002-07-03 [alfons] 0.7.8claws46
|
||||
|
||||
* src/folder.c
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-07-04
|
||||
|
||||
* configure.in: strchr のチェックを追加。
|
||||
|
||||
2002-07-02
|
||||
|
||||
* src/prefs_common.[ch]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/main.c)
|
||||
PACKAGE=sylpheed
|
||||
|
@ -9,7 +8,7 @@ MINOR_VERSION=7
|
|||
MICRO_VERSION=8
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=claws46
|
||||
EXTRA_VERSION=claws47
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
|
||||
|
||||
dnl set $target
|
||||
|
@ -362,7 +361,7 @@ AC_CHECK_SIZEOF(unsigned long, 4)
|
|||
|
||||
dnl Checks for library functions.
|
||||
AC_FUNC_ALLOCA
|
||||
AC_CHECK_FUNCS(gethostname mkdir mktime socket strstr \
|
||||
AC_CHECK_FUNCS(gethostname mkdir mktime socket strstr strchr \
|
||||
wcsstr wcswcs iswalnum iswspace towlower \
|
||||
wcslen wcscpy wcsncpy \
|
||||
uname flock lockf inet_aton inet_addr \
|
||||
|
|
Loading…
Reference in a new issue