diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | sql/share/Makefile.am | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 5a34dbbb1d8..967f8c7cb47 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -30,6 +30,7 @@ dellis@goetia.(none) dlenev@brandersnatch.localdomain dlenev@build.mysql.com dlenev@mysql.com +gbichot@production.mysql.com gbichot@quadxeon.mysql.com gerberb@ou800.zenez.com gluh@gluh.(none) 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" diff --git a/sql/share/Makefile.am b/sql/share/Makefile.am index 5ca3dce4e04..33c3f9a7edd 100644 --- a/sql/share/Makefile.am +++ b/sql/share/Makefile.am @@ -25,7 +25,7 @@ dist-hook: $(INSTALL_DATA) $(srcdir)/charsets/README $(distdir)/charsets $(INSTALL_DATA) $(srcdir)/charsets/Index $(distdir)/charsets -all: @AVAILABLE_LANGUAGES_ERRORS@ +all-local: @AVAILABLE_LANGUAGES_ERRORS@ # this is ugly, but portable @AVAILABLE_LANGUAGES_ERRORS_RULES@ |