[ale] re-compiling an older source package....
Jim Popovitch
jimpop at gmail.com
Tue Oct 27 10:50:16 EDT 2009
On Tue, Oct 27, 2009 at 09:56, Jim Lynch <ale_nospam at fayettedigital.com> wrote:
> In my Makefile.am I have the following:
>
> INCLUDES = -I/usr/include/cc++2 -I/usr/local/include -I/usr/include/mysql
>
> Which seems to work. The steps to get to a working make are:
> aclocal
> libtoolize
> autoconf
> autoheader
> automake -a
> ./configure
>
> A make dist-clean will remove the right stuff so that all that is
> necessary the next time is the ./configure step.
>
> At least for my gnu make projects that's what works.
>
> Jim.
Thanks! I was missing the autoheader step... among other things. ;-)
-Jim P.
More information about the Ale
mailing list