summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <gbichot@production.mysql.com>2005-05-07 11:35:14 +0200
committerunknown <gbichot@production.mysql.com>2005-05-07 11:35:14 +0200
commit1570873c6b6e0b5a7529105c0e5b76c4f662c43d (patch)
treebbb83c99b2208c654dce7fd89cd7c75fa3e20e1b /configure.in
parent079910b6f1bc7cbb1a9425bf0e49775e4c41d365 (diff)
downloadmariadb-git-1570873c6b6e0b5a7529105c0e5b76c4f662c43d.tar.gz
[backport of 4.1, because 4.0 autobuild now hits the same problem;
when merging just use "ul"] In configure.in, don't remove $AVAILABLE_LANGUAGES_ERRORS_RULES at end because config.status may later need this file (if it does not find it it won't incorporate dependencies of errmsg.sys in sql/share/Makefile). In sql/share/Makefile.am using "all:" leads to double-"all:" in Makefile. configure.in: Don't remove $AVAILABLE_LANGUAGES_ERRORS_RULES at end of configure.in because config.status may later need this file (if it does not find it it won't incorporate dependencies of errmsg.sys in sql/share/Makefile :( ) sql/share/Makefile.am: using "all:" leads to double-"all:" in Makefile (counting the auto-generated); all-local is the standard way to : BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8b1b6a99039..938f2f5776f 100644
--- a/configure.in
+++ b/configure.in
@@ -2720,7 +2720,6 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
])
-rm -f $AVAILABLE_LANGUAGES_ERRORS_RULES
echo
echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the"
echo "latest release, upcoming features, and other information to make your"