*** empty log message ***

This commit is contained in:
hyung-hwan 2005-01-19 09:32:16 +00:00
parent ed6025aeb9
commit 0d39e1d017

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([xpkit], [deb-0.1.0]) AC_INIT([xpkit], [deb-0.1.0])
AC_REVISION([$Revision: 1.6 $]) AC_REVISION([$Revision: 1.7 $])
# Checks for programs. # Checks for programs.
AC_PROG_CXX AC_PROG_CXX
@ -25,5 +25,5 @@ AC_FUNC_MEMCMP
AC_FUNC_REALLOC AC_FUNC_REALLOC
AC_CHECK_FUNCS([memset]) AC_CHECK_FUNCS([memset])
AC_CONFIG_FILES([Makefile build/Makefile]) AC_CONFIG_FILES([Makefile build/Makefile xp/Makefile xp/c/Makefile])
AC_OUTPUT AC_OUTPUT