3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE(csql, 2.7)
34 echo "#ifndef BUILD_H" >build.h
35 echo "#define BUILD_H" >>build.h
36 echo "#define CSQL" >>build.h
37 echo "#define ${OSTYPE}" >>build.h
38 echo "#define ${CPUTYPE}" >>build.h
39 echo "#endif" >>build.h
42 AC_CHECK_HEADERS(stdio.h sys/mman.h sys/shm.h sys/errno.h crypt.h unistd.h \
43 string.h sys/types.h sys/stat.h fcntl.h pthread.h math.h \
48 AC_OUTPUT(Makefile src/Makefile include/Makefile src/base/Makefile src/storage/Makefile src/sql/Makefile src/adapter/Makefile src/gateway/Makefile src/cache/Makefile src/network/Makefile src/sqllog/Makefile src/tools/Makefile src/server/Makefile src/jdbc/Makefile src/odbc/Makefile src/oci/Makefile src/sqlnetwork/Makefile src/faulttest/Makefile)