diff --git a/.gitignore b/.gitignore index 4baf84a..15f49e9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + + + diff --git a/configure.ac b/configure.ac index fd87fff..226ca07 100644 --- a/configure.ac +++ b/configure.ac @@ -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