Hi there!
First of sorry but I'm a total noob regarding Autoconf'y things.
I am thinking about starting to use the mysql-proxy bazaar source repo
for creating packages for my servers. Uppon following the data on:
http://dev.mysql.com/doc/refman/5.1/en/mysql-proxy-install-cvs.html
and the install note that comes with the source I am a bit confused.
The install note states that I should have libtool 1.5.x but not newer
even though the project seems to compile fine (note: i have not tested
the binary itself, it only compiles) after satisfying it's
dependencies.
Also I had to do some modifications:
Apparently gtk-doc is also needed for this, I understand that many
development machines may have this by default but still it's a
dependency especially if someone is making this in a server image.
The macro "AM_C_PROTOTYPES" in /configure.in produces error
`configure.in:58: error: automatic de-ANSI-fication support has been
removed' so I butchered it (sorry, as stated I'm a noob)
A non-POSIX warning forces me to include AM_PROG_AR
So, as I said this 'thing' compiled and now I probably am going to
step into a world of hurt trying to find out why it, potentially,
won't work.
Is there anyone interested in giving me some guidelines?