diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-18 06:05:55 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-18 06:05:55 +0300 |
commit | 8a787b37f731fa645cdf433965abf6e73229cdb5 (patch) | |
tree | c595e410a0b0ab9d112ec28350d72ac0c62779b3 /configure.in | |
parent | 9c34eaafb12fa2f79d7c5cb87c1730e6b45f5f5b (diff) | |
download | mariadb-git-8a787b37f731fa645cdf433965abf6e73229cdb5.tar.gz |
Fix to get pstack included in distribution
Fix to get libmysqld examples to be included in distribution
BitKeeper/deleted/.del-test-ssl~ed0a50364f2a51d7:
Delete: vio/test-ssl
BitKeeper/etc/ignore:
Added libmysqld/examples/mysql libmysqld/examples/mysqltest to the ignore list
configure.in:
Fix to get pstack included in distribution
libmysqld/Makefile.am:
Fix to get libmysqld examples to be included in distribution
libmysqld/examples/Makefile.am:
Fix to get libmysqld examples to be included in distribution
sql/sql_parse.cc:
Fixed bug in grant
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index a0b6b0bbacb..e2d7ec89a7e 100644 --- a/configure.in +++ b/configure.in @@ -688,7 +688,6 @@ int main() [USE_PSTACK=yes]) pstack_libs= pstack_dirs= - pstack_makefile= if test "$USE_PSTACK" = yes -a "$IS_LINUX" = "true" -a "$MACHINE_TYPE" = "i686" then have_libiberty= have_libbfd= @@ -704,7 +703,6 @@ dnl I have no idea if this is a good test - can not find docs for libiberty then pstack_dirs='$(top_srcdir)'/pstack pstack_libs="$pstack_dirs/libpstack.a -lbfd -liberty" - pstack_makefile=pstack/Makefile AC_SUBST([pstack_dirs]) AC_SUBST([pstack_libs]) AC_DEFINE([USE_PSTACK]) @@ -2222,7 +2220,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \ man/Makefile readline/Makefile vio/Makefile \ libmysql_r/Makefile libmysqld/Makefile libmysqld/examples/Makefile \ libmysql/Makefile client/Makefile \ - $pstack_makefile sql/Makefile sql/share/Makefile \ + pstack/Makefile sql/Makefile sql/share/Makefile \ merge/Makefile dbug/Makefile scripts/Makefile \ include/Makefile sql-bench/Makefile tools/Makefile \ tests/Makefile Docs/Makefile support-files/Makefile \ |