1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed that 'make distcheck' works with automake 1.11.11

Fixed compiler warnings found by buildbot

Makefile.am:
  Removed extra empty line
cmd-line-utils/libedit/sys.h:
  Fixed that strndup() doesn't give compiler warnings
mysql-test/Makefile.am:
  Fixes for 'make distcheck'
plugin/auth_pam/auth_pam.c:
  Ensure that prototype for strndup() is included on linux
sql/share/Makefile.am:
  Fixes for 'make distcheck'
storage/innodb_plugin/btr/btr0sea.c:
  Fixed compiler warning
support-files/Makefile.am:
  Fixes for 'make distcheck'
This commit is contained in:
Michael Widenius
2012-02-21 17:58:43 +02:00
parent 446554a15b
commit 6fbeed067b
7 changed files with 23 additions and 14 deletions

View File

@ -144,6 +144,8 @@ install-data-local:
uninstall-local:
@RM@ -f -r $(DESTDIR)$(testdir)
uninstall-am: uninstall-local
# mtr - a shortcut for executing mysql-test-run.pl
mtr:
$(RM) -f mtr