From 608a53963b83e49cdd665390dda8fb1720ca6a9a Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 19 Jan 2005 08:39:43 +0000 Subject: [PATCH] *** empty log message *** --- ase/configure.ac | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/ase/configure.ac b/ase/configure.ac index 866d78a6..c538d8b6 100644 --- a/ase/configure.ac +++ b/ase/configure.ac @@ -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