Remove generated Makefiles
Update Makefile.am to specify RPATH as a subdirectory of --prefix
Remove configure artifacts such as config.log, config.h, etc
Remove unneeded backup files (files ending in tilde ~)
Add .gitignore file to omit autoconf artificats
Modify bootstrap to:
No longer copy binaries into export
Create export/mysql directory properly
Check for errors when generating version header
Run configure
Check for errors when running configure
Modify genVersion.h to:
Place versionnumber.h into dbcon/mysql, the only place it appears to be used
It was being generated in the install prefix, thus when using a non-user
path like /usr/local/PREFIX it would fail to generate the version number
header, because the user compiling the software does not have write
permission. This necessitated building as root, this will resolve that.
Remove config.log, an autotools artifact
Add autoconf templates for mcsadmin