
July 31st, 2002, 10:33 PM
|
|
Junior Member
|
|
Join Date: Jul 2000
Location: San Angelo, TX, US
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
autoconf automake
Can anybody point me to good documentation on using autoconf and/or automake to produce configure and makefile scripts for my open source project?
I currently have a small C++ project that needs to determine where the MySQL includes are as well as handle a few dependencies. Pretty easy stuff. I'm currently using a Makefile but its hardcoded to the location where I have installed MySQL (not very flexible).
I've tried with not much luck:
GNU autoconf
Learning Autoconf and Automake
|