From b0f72ece3eb0bbbd8ca9729306cc8828834d47a0 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 20 Nov 2005 11:11:31 +0000 Subject: [PATCH] *** empty log message *** --- ase/configure | 5 +++-- ase/configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ase/configure b/ase/configure index 1a100a6e..ebb8ab77 100755 --- a/ase/configure +++ b/ase/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 1.49 . +# From configure.ac Revision: 1.50 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for xpkit deb-0.1.0. # @@ -10847,7 +10847,7 @@ then CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE" fi - ac_config_files="$ac_config_files Makefile utils/Makefile xp/Makefile xpp/Makefile xp/bas/Makefile xp/net/Makefile xp/utl/Makefile xp/stx/Makefile xp/sce/Makefile xp/lsp/Makefile xp/mp/Makefile xp/lnx/Makefile xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/Makefile xp/test/stx/Makefile xp/test/sce/Makefile xp/test/lsp/Makefile xp/test/lnx/Makefile xpp/bas/Makefile xpp/net/Makefile xpp/sys/Makefile xpp/utl/Makefile xpp/test/bas/Makefile xpp/test/net/Makefile xpp/test/sys/Makefile xpp/test/utl/Makefile xpo/bas/Makefile xpo/test/bas/Makefile" + ac_config_files="$ac_config_files Makefile utils/Makefile xp/Makefile xpp/Makefile xp/bas/Makefile xp/net/Makefile xp/utl/Makefile xp/stx/Makefile xp/sce/Makefile xp/lsp/Makefile xp/mp/Makefile xp/lnx/Makefile xp/test/bas/Makefile xp/test/net/Makefile xp/test/utl/Makefile xp/test/stx/Makefile xp/test/sce/Makefile xp/test/lsp/Makefile xp/test/lnx/Makefile xpp/bas/Makefile xpp/net/Makefile xpp/sys/Makefile xpp/utl/Makefile xpp/test/bas/Makefile xpp/test/net/Makefile xpp/test/sys/Makefile xpp/test/utl/Makefile xpo/bas/Makefile xpo/net/Makefile xpo/test/bas/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -11401,6 +11401,7 @@ do "xpp/test/sys/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/test/sys/Makefile" ;; "xpp/test/utl/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpp/test/utl/Makefile" ;; "xpo/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpo/bas/Makefile" ;; + "xpo/net/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpo/net/Makefile" ;; "xpo/test/bas/Makefile" ) CONFIG_FILES="$CONFIG_FILES xpo/test/bas/Makefile" ;; "xp/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS xp/config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 diff --git a/ase/configure.ac b/ase/configure.ac index 98532e12..db0ceef5 100644 --- a/ase/configure.ac +++ b/ase/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) AC_INIT([xpkit], [deb-0.1.0]) -AC_REVISION([$Revision: 1.50 $]) +AC_REVISION([$Revision: 1.51 $]) AC_CONFIG_HEADER([xp/config.h]) # Checks for programs. @@ -87,6 +87,6 @@ AC_CONFIG_FILES([ xpp/bas/Makefile xpp/net/Makefile xpp/sys/Makefile xpp/utl/Makefile xpp/test/bas/Makefile xpp/test/net/Makefile xpp/test/sys/Makefile xpp/test/utl/Makefile - xpo/bas/Makefile + xpo/bas/Makefile xpo/net/Makefile xpo/test/bas/Makefile]) AC_OUTPUT