Bug #4983 Unsed variables in ndb Makefile.am
Submitted: 10 Aug 2004 22:47 Modified: 11 Aug 2004 6:25
Reporter: Clint Byrum Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:4.1.4-3.5.0-beta OS:Linux (RedHat Linux 8.0)
Assigned to: Jonas Oreland CPU Architecture:Any

[10 Aug 2004 22:47] Clint Byrum
Description:
While building with the 'compile-pentium-max' setup file, I saw these warnings go by.

+++ automake
ndb/src/mgmapi/Makefile.am:13: invalid unused variable name: `ndb_test_mgmapi_SOURCES'
ndb/src/mgmapi/Makefile.am:15: invalid unused variable name: `ndb_test_mgmapi_LDFLAGS'
+++ echo 'Can'\''t execute automake'
Can't execute automake
+++ exit 1
+++ autoconf

No big deal, but might spook some people.

How to repeat:
download source code
in source root run

BUILD/compile-pentium-max

Suggested fix:
Remove reference to those variables.
[11 Aug 2004 6:25] Jonas Oreland
fixed