summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiyuki Asaba2007-05-25 03:02:20 +0000
committerYoshiyuki Asaba2007-05-25 03:02:20 +0000
commit458790c2169d7733472745208384671b5722ee4e (patch)
treee30db2924d089a29f25b3395eee7e27b8d701843
parent6c9f1a0cbddb49aaafeaedf4c9bd9d89afe03881 (diff)
Fix typoV1_1
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in14
2 files changed, 11 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index e361b974d..bbbace13a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ pgpool_SOURCES = pool.h pool_type.h version.h pgpool.conf.sample \
pool_signal.h pool_signal.c pcp_child.c md5.c md5.h pcp.conf.sample \
pool_ipc.h pool_shmem.c pool_sema.c pool_system.c \
pool_rewrite_query.c pool_rewrite_query.h pool_rewrite_outfuncs.c \
- pool_query_cache.c pool_hba.conf.sample pgpool.pam\
+ pool_query_cache.c pool_hba.conf.sample sample/pgpool.pam\
pool_hba.c pool_path.h pool_path.c pool_ip.h pool_ip.c pool_type.h \
ps_status.c strlcpy.c
diff --git a/Makefile.in b/Makefile.in
index c0af65831..dc5cb595a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -152,6 +152,7 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+GREP = @GREP@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
@@ -183,12 +184,10 @@ SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
YACC = @YACC@
-ac_ct_AR = @ac_ct_AR@
+YFLAGS = @YFLAGS@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -205,6 +204,9 @@ build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
enable_rpath_FALSE = @enable_rpath_FALSE@
enable_rpath_TRUE = @enable_rpath_TRUE@
exec_prefix = @exec_prefix@
@@ -213,17 +215,21 @@ host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
+htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
+localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
+psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
@@ -235,7 +241,7 @@ pgpool_SOURCES = pool.h pool_type.h version.h pgpool.conf.sample \
pool_signal.h pool_signal.c pcp_child.c md5.c md5.h pcp.conf.sample \
pool_ipc.h pool_shmem.c pool_sema.c pool_system.c \
pool_rewrite_query.c pool_rewrite_query.h pool_rewrite_outfuncs.c \
- pool_query_cache.c pool_hba.conf.sample pgpool.pam\
+ pool_query_cache.c pool_hba.conf.sample sample/pgpool.pam\
pool_hba.c pool_path.h pool_path.c pool_ip.h pool_ip.c pool_type.h \
ps_status.c strlcpy.c