1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-09 00:29:32 +00:00

remove unnecessary checks in configure.ac

This commit is contained in:
lins05
2013-01-03 16:56:30 +08:00
parent ce08649d74
commit 1fc3913f06
2 changed files with 13 additions and 14 deletions

7
.gitignore vendored
View File

@@ -42,3 +42,10 @@ tests/test-searpc
cscope*
pysearpc/rpc_table.py
*.pc
demo/searpc-marshal.h
demo/searpc-signature.h
tests/searpc-marshal.h
tests/searpc-signature.h

View File

@@ -15,16 +15,16 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Checks for header files.
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
#AC_CHECK_HEADERS([arpa/inet.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_INLINE
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
AC_TYPE_UINT16_T
#AC_C_INLINE
#AC_TYPE_SIZE_T
#AC_TYPE_SSIZE_T
#AC_TYPE_UINT16_T
# Checks for library functions.
AC_CHECK_FUNCS([memset socket strerror strndup])
#AC_CHECK_FUNCS([memset socket strerror strndup])
# Options about demos and pysearpc
@@ -100,14 +100,6 @@ if test "$bwin32" = true; then
fi
fi
if test "$bwin32" = true; then
pyexecdir=${PYTHON_DIR}/Lib/site-packages
pythondir=${pyexecdir}
pkgpyexecdir=${pyexecdir}/${PACKAGE}
pkgpythondir=${pythondir}/${PACKAGE}
fi
AC_CONFIG_SUBDIRS([json-glib])
AC_CONFIG_FILES([Makefile