diff options
author | gbichot@quadita2.mysql.com <> | 2005-04-11 17:37:49 +0200 |
---|---|---|
committer | gbichot@quadita2.mysql.com <> | 2005-04-11 17:37:49 +0200 |
commit | f356fb08d6ba3b4b0259fe34a20cf5c8afd26487 (patch) | |
tree | 1e65d48b65f74e2050c91d300ecca170f640d7e7 /configure.in | |
parent | e42312c05d4e6d16e75bbe0d007d04d5c5ba467b (diff) | |
download | mariadb-git-f356fb08d6ba3b4b0259fe34a20cf5c8afd26487.tar.gz |
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) (thx Serg).
In sql/share/Makefile.am using "all:" leads to double-"all:" in Makefile (thx Konstantin).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c4bd95b9a24..3ca60a9faed 100644 --- a/configure.in +++ b/configure.in @@ -3238,7 +3238,6 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl AC_CONFIG_COMMANDS([default], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h) AC_OUTPUT -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" |