summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <lenz@kallisto.local>2003-06-18 23:13:29 +0200
committerunknown <lenz@kallisto.local>2003-06-18 23:13:29 +0200
commit76a06a4742764e08409251590145891cbbc9d4d5 (patch)
tree6e8d990174d49bdb247fdef241a515b22d757043
parent1875eedb714955949a3dbcc8a93b70e9e1f44eee (diff)
downloadmariadb-git-76a06a4742764e08409251590145891cbbc9d4d5.tar.gz
- added sql-common subdirectory and sql_common.h to source distribution
Makefile.am: - added sql-common directory to distribution configure.in: - minor fixes - added sql-common/Makefile to AC_OUTPUT include/Makefile.am: - added sql_common.h to distribution
-rw-r--r--Makefile.am2
-rw-r--r--configure.in8
-rw-r--r--include/Makefile.am2
-rw-r--r--sql-common/Makefile.am21
4 files changed, 28 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 1fcf498a84b..ffebf891795 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB
SUBDIRS = . include @docs_dirs@ \
- @readline_topdir@ \
+ @readline_topdir@ sql-common \
@thread_dirs@ pstack @sql_client_dirs@ \
@sql_server_dirs@ scripts man tests \
BUILD @netware_dir@ os2 @libmysqld_dirs@ \
diff --git a/configure.in b/configure.in
index bddeeb6c989..63b33e391b2 100644
--- a/configure.in
+++ b/configure.in
@@ -2176,8 +2176,8 @@ AC_ARG_WITH(libedit,
[ with_libedit=undefined ]
)
-compile_readline= no
-compile_libedit= no
+compile_readline="no"
+compile_libedit="no"
if [test "$with_libedit" = "yes"] && [test "$with_readline" = "yes"]
then
@@ -2820,6 +2820,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
libmysql_r/Makefile libmysqld/Makefile libmysqld/examples/Makefile dnl
libmysql/Makefile client/Makefile dnl
pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile dnl
+ sql-common/Makefile dnl
merge/Makefile dbug/Makefile scripts/Makefile dnl
include/Makefile sql-bench/Makefile tools/Makefile dnl
tests/Makefile Docs/Makefile support-files/Makefile dnl
@@ -2840,6 +2841,7 @@ echo "Remember to check the platform specific part of the reference manual for"
echo "hints about installing MySQL on your platform. Also have a look at the"
echo "files in the Docs directory."
echo
-# The following text is checked in ./Do-compile to se that the configure ends.
+# The following text is checked in ./Do-compile to verify that configure
+# ended sucessfully - don't remove it.
echo "Thank you for choosing MySQL!"
echo
diff --git a/include/Makefile.am b/include/Makefile.am
index 3a197c310aa..81966233a32 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -21,7 +21,7 @@ pkginclude_HEADERS = my_dbug.h m_string.h my_sys.h my_list.h my_xml.h \
my_semaphore.h my_pthread.h my_no_pthread.h raid.h \
errmsg.h my_global.h my_net.h my_alloc.h \
my_getopt.h sslopt-longopts.h my_dir.h typelib.h \
- sslopt-vars.h sslopt-case.h $(BUILT_SOURCES)
+ sslopt-vars.h sslopt-case.h sql_common.h $(BUILT_SOURCES)
noinst_HEADERS = config-win.h config-os2.h config-netware.h \
nisam.h heap.h merge.h my_bitmap.h\
myisam.h myisampack.h myisammrg.h ft_global.h\
diff --git a/sql-common/Makefile.am b/sql-common/Makefile.am
new file mode 100644
index 00000000000..1f397c0ea87
--- /dev/null
+++ b/sql-common/Makefile.am
@@ -0,0 +1,21 @@
+# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+## Process this file with automake to create Makefile.in
+EXTRA_DIST = client.c pack.c
+
+# Don't update the files from bitkeeper
+%::SCCS/s.%