Let's just make the whole config file lower case. I rather dislike the needless use of upper case.
Aaron On Sun, 2005-12-04 at 16:11 +0100, Paul J Stevens wrote: > Hi all, > > I've fixed stuff so it works now with automake1.9 and autoconf2.59 > > As a sidenote: I've completely removed ./lib/ which contained iniparser. > config.c now uses GKeyFile. Only difference is that GKeyFile is case-sensitive > wrt the keys looked up. But I've made provisions so backward compatibility is > maintained. Just don't mix case in the keys. > > > > > Paul J Stevens wrote: > > Aaron Stone wrote: > > > >>On Wed, 2005-11-30 at 20:11 +0100, Paul J Stevens wrote: > >> > >> > >>>Aaron Stone wrote: > >>> > >>> > >>>>Looks like 1.9 is my default, although my system has: > >>>> > >>>>automake automake-1.4 automake-1.5 automake-1.6 automake-1.7 > >>>>automake-1.8 automake-1.9 > >>>> > >>>>Where 'automake' is a wrapper script. I'm on Gentoo Linux, so they've > >>>>obviously had to heavily work around the autotools version madness. > >>> > >>>I don't think you're using 1.9. I get massive errors using 1.9. Anyways, > >>>removing AM_LDFLAGS in favor of LDFLAGS works for me. > >> > >> > >>Ok... $ grep automake * > >>Makefile:# Makefile.in generated by automake 1.9.6 from Makefile.am. > > > > > > I hear ya. But then why do I get using 1.9 (see below). > > > > I'll investigate some more and will get things going using the latest of all > > autotools. > > > > > > > > /usr/share/aclocal/glib.m4:8: warning: underquoted definition of > > AM_PATH_GLIB > > run info '(automake)Extending aclocal' > > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > > /usr/share/aclocal/autounit.m4:4: warning: underquoted definition of > > AM_PATH_AUTOUNIT > > /usr/share/aclocal/glib.m4:8: warning: underquoted definition of > > AM_PATH_GLIB > > run info '(automake)Extending aclocal' > > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > > /usr/share/aclocal/autounit.m4:4: warning: underquoted definition of > > AM_PATH_AUTOUNIT > > Putting files in AC_CONFIG_AUX_DIR, `buildtools'. > > /usr/share/aclocal/glib.m4:8: warning: underquoted definition of > > AM_PATH_GLIB > > run info '(automake)Extending aclocal' > > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > > /usr/share/aclocal/autounit.m4:4: warning: underquoted definition of > > AM_PATH_AUTOUNIT > > configure.in: installing `buildtools/install-sh' > > configure.in: installing `buildtools/missing' > > lib/iniparser-2.14/src/Makefile.am: installing `buildtools/depcomp' > > Makefile.am: object `dbmail-user.$(OBJEXT)' created both with libtool and > > without > > Makefile.am: object `dbmail-message.$(OBJEXT)' created both with libtool > > and without > > Makefile.am: object `dbmail-mailbox.$(OBJEXT)' created both with libtool > > and without > > Makefile.am: object `config.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `debug.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `list.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `dbmd5.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `md5.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `db.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `dbmodule.$(OBJEXT)' created both with libtool and > > without > > Makefile.am: object `authmodule.$(OBJEXT)' created both with libtool and > > without > > Makefile.am: object `sortmodule.$(OBJEXT)' created both with libtool and > > without > > Makefile.am: object `misc.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `mime.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `pidfile.$(OBJEXT)' created both with libtool and > > without > > Makefile.am: object `server.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `serverchild.$(OBJEXT)' created both with libtool and > > without > > Makefile.am: object `pool.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `dm_cidr.$(OBJEXT)' created both with libtool and > > without > > Makefile.am: object `pipe.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `forward.$(OBJEXT)' created both with libtool and > > without > > Makefile.am: object `dsn.$(OBJEXT)' created both with libtool and without > > Makefile.am: object `sort.$(OBJEXT)' created both with libtool and without > > autoreconf2.50: automake failed with exit status: 1 > > > > > >
