*** empty log message ***
This commit is contained in:
parent
cf96226f0f
commit
608a53963b
@ -1,21 +1,17 @@
|
||||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
|
||||
AC_CONFIG_SRCDIR([xpp/Uncopyable.h])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
AC_INIT(xpkit, deb-0.1.0, bacon@dreamwiz.com)
|
||||
#AC_CONFIG_HEADER([config.h])
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CXX
|
||||
AC_PROG_AWK
|
||||
AC_PROG_CC
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS([fcntl.h limits.h stddef.h stdlib.h string.h unistd.h wchar.h])
|
||||
AC_CHECK_HEADERS([fcntl.h limits.h stddef.h stdlib.h string.h unistdx.h])
|
||||
AC_CHECK_HEADER([wchar.h], [AC_DEFINE(XP_HAVE_WCHAR_H)])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_CONST
|
||||
@ -25,13 +21,5 @@ AC_FUNC_MEMCMP
|
||||
AC_FUNC_REALLOC
|
||||
AC_CHECK_FUNCS([memset])
|
||||
|
||||
#AC_CONFIG_FILES([build/Makefile
|
||||
# xp/awk/Makefile
|
||||
# xp/c/Makefile
|
||||
# xp/c/makefile
|
||||
# xp/makefile
|
||||
# xp/sio/Makefile
|
||||
# xpp/Makefile])
|
||||
|
||||
AC_CONFIG_FILES([build/Makefile])
|
||||
AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user