*** empty log message ***

This commit is contained in:
hyung-hwan 2005-04-20 15:37:07 +00:00
parent 67b07347a8
commit bc82bf0ebf
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.53) AC_PREREQ(2.53)
AC_INIT([xpkit], [deb-0.1.0]) AC_INIT([xpkit], [deb-0.1.0])
AC_REVISION([$Revision: 1.32 $]) AC_REVISION([$Revision: 1.33 $])
AC_CONFIG_HEADER([xp/config.h]) AC_CONFIG_HEADER([xp/config.h])
# Checks for programs. # Checks for programs.
@ -69,7 +69,7 @@ else
fi fi
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile utils/Makefile xp/Makefile Makefile utils/Makefile xp/Makefile xpp/Makefile
xp/c/Makefile xp/net/Makefile xp/mp/Makefile xp/lisp/Makefile xp/c/Makefile xp/net/Makefile xp/mp/Makefile xp/lisp/Makefile
xp/test/c/Makefile xp/test/lisp/Makefile xp/test/c/Makefile xp/test/lisp/Makefile
xpp/bas/Makefile xpp/sys/Makefile xpp/net/Makefile xpp/bas/Makefile xpp/sys/Makefile xpp/net/Makefile

View File

@ -1,4 +1,4 @@
SUBDIRS=c lisp SUBDIRS=c net lisp
all: all:
@for i in $(SUBDIRS); \ @for i in $(SUBDIRS); \