[pubcookie-dev]
RE: WEBISO CVS update: willey; webiso/pubcookie configure.ac,1.44,1.45
Stephen Willey
willey at cac.washington.edu
Tue Oct 14 14:30:26 PDT 2003
Thanks for getting back on this. Right, I had missed the importance of
aclocal.m4 when I started messing with this, since then AM_MAINTAINER_MODE
got un-commented-out. The current configure script was generated with
autoconf 2.57, which is what comes with RH9, but I don't think there are any
new macros that would break if it was regenerated with 2.53.
steve
> -----Original Message-----
> From: Jon Miner [mailto:miner at doit.wisc.edu]
> Sent: 14-Oct-03 8:18 AM
> To: Stephen Willey
> Cc: pubcookie-dev at u.washington.edu
> Subject: Re: WEBISO CVS update: willey; webiso/pubcookie
> configure.ac,1.44,1.45
>
> (sorry, I've been way off in never-never land..)
>
> Careful about using older versions of autoconf, I used things in there
> that will probably not work with versions earlier than 2.53..
> @builddir@ isn't defined before 2.53, and AM_MAINTAINER_MODE, and
> others. BTW, the AM_* macros are defined in automake, which
> you need to
> have installed (but we don't use..) v1.6.2 is the version I
> originally
> used.
>
> jon
>
> * Steve Willey (willey at cac.washington.edu) [030806 20:09]:
> > Update of /usr/local/cvsroot/webiso/pubcookie
> > In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv5046
> >
> > Modified Files:
> > configure.ac
> > Log Message:
> > added test for Heimdal Kerberos, also commented
> AM_MAINTAINER_MODE which didn't work with my autoconf
> >
> >
> >
> > Index: webiso/pubcookie/configure.ac
> > diff -c webiso/pubcookie/configure.ac:1.44
> webiso/pubcookie/configure.ac:1.45
> > *** webiso/pubcookie/configure.ac:1.44 Tue Jun 10 10:21:34 2003
> > --- webiso/pubcookie/configure.ac Wed Aug 6 18:09:05 2003
> > ***************
> > *** 1,6 ****
> > # Process this file with autoconf to produce a configure script.
> >
> > ! AC_REVISION($Revision: 1.44 $)
> > AC_INIT(Pubcookie, [3.0.1 pre-beta1],
> pubcookie-dev at u.washington.edu)
> > AC_CONFIG_SRCDIR([src/libpubcookie.c])
> > AC_CONFIG_HEADER([src/config.h])
> > --- 1,6 ----
> > # Process this file with autoconf to produce a configure script.
> >
> > ! AC_REVISION($Revision: 1.45 $)
> > AC_INIT(Pubcookie, [3.0.1 pre-beta1],
> pubcookie-dev at u.washington.edu)
> > AC_CONFIG_SRCDIR([src/libpubcookie.c])
> > AC_CONFIG_HEADER([src/config.h])
> > ***************
> > *** 523,528 ****
> > --- 523,537 ----
> >
> > AC_CHECK_HEADERS([com_err.h krb5.h])
> > AC_CHECK_LIB(krb5, krb5_init_context)
> > +
> > + # check to see if we're using Heimdal Kerberos
> > + # thanks to Leif Johansson <leifj at it.su.se>
> > + # and Love Hörnquist Åstrand <lha at it.su.se>
> > + AC_CHECK_TYPE([krb5_addresses],
> > + AC_DEFINE(KRB5_HEIMDAL, 1, [set to 1 if using Heimdal
> Kerberos]),
> > + ,
> > + [#include <krb5.h>])
> > +
> > fi
> >
> > AC_ARG_ENABLE(ldap,
> > ***************
> > *** 735,741 ****
> > AC_SUBST( SNPRINTF_0, $SNPRINTF_O )
> > AC_SUBST( SNPRINTF_C, $SNPRINTF_C )
> >
> > ! AM_MAINTAINER_MODE
> >
> > AC_CONFIG_FILES([Makefile src/pbc_path.h cgic/Makefile])
> > AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
> > --- 744,752 ----
> > AC_SUBST( SNPRINTF_0, $SNPRINTF_O )
> > AC_SUBST( SNPRINTF_C, $SNPRINTF_C )
> >
> > ! # autoconf 2.57 doesn't seem to support this
> > ! # might turn it back on later
> > ! #AM_MAINTAINER_MODE
> >
> > AC_CONFIG_FILES([Makefile src/pbc_path.h cgic/Makefile])
> > AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
> >
> >
> >
> > end of message
> > _______________________________________________
> > pubcookie-dev mailing list
> > pubcookie-dev at u.washington.edu
> > http://mailman.u.washington.edu/mailman/listinfo/pubcookie-dev
>
> --
> .Jonathan J. Miner------------------Division of Information
> Technology.
> |miner at doit.wisc.edu University Of Wisconsin
> - Madison|
> |608/262.9655 Room 3146
> Computer Science|
> `-------------------------------------------------------------
> --------'
>
> Want to spend time with your family?
> Don't speed -- Speed kills.
> A warning from the Jamaican National Road Safety Council
> (692/700)
>
More information about the pubcookie-dev
mailing list