More configure updates

This commit is contained in:
Michiel Broek 2003-12-18 21:56:42 +00:00
parent ac2c3a7253
commit 7d5b9a933e
3 changed files with 1861 additions and 1526 deletions

View File

@ -305,6 +305,6 @@
/* Define if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
/* Define if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
/* Defile if machine is bigendian */
#undef WORDS_BIGENDIAN

3380
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,6 @@ AC_INIT(lib/libs.h)
AM_CONFIG_HEADER(config.h)
SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbtask mbsetup unix lang examples html script"
AC_SUBST(SUBDIRS)
AC_CANONICAL_TARGET
dnl
dnl General settings for MBSE BBS
@ -58,7 +57,6 @@ AC_CHECK_PROG(TAR, tar, tar)
AC_CHECK_PROG(ZIP, zip, zip)
AC_PATH_PROG(CHOWN, chown, chown, /bin:/sbin:/usr/bin:/usr/sbin:)
AC_C_BIGENDIAN
AC_SYS_LONG_FILE_NAMES
dnl
@ -96,7 +94,6 @@ else
LIBS="$LIBS -lpthread"
fi
fi
AC_CHECK_HEADERS(pthread.h,PTHREADS=Yes,PTHREADS=No)
dnl