[Xorp-hackers] heads up on autoconf names on ubuntu

Pavlin Radoslavov pavlin at icir.org
Tue Jun 5 11:06:13 PDT 2007


> I've just set up an ubuntu box (7.04 server), and have installed the
> autoconf/make tools to build xorp. The following diff is required to
> get them to work. This raises the question about whether we should
> have the tool version as part of the file name or not in the bootstrap
> script.

Originally the names were without the version suffix. I added the
suffixes recently while updating the autotools support to work with
the most recent versions.

The suffix addition was primarily experimental: I wanted to see
whether explicitly encoding the recommended autotool versions in the
"bootstrap" file is preferred from other developers' perspective.
It seems the answer is "no" at least for you :)

If other folks don't have any preferences/opinion on the subject,
feel free to change the names.

Thanks,
Pavlin

> Adam
> 
> cvs diff bootstrap
> Index: bootstrap
> ===================================================================
> RCS file: /usr/local/www/data/cvs/xorp/bootstrap,v
> retrieving revision 1.28
> diff -r1.28 bootstrap
> 15,18c15,18
> < ACLOCAL=${ACLOCAL:-"aclocal110"}
> < AUTOCONF=${AUTOCONF:-"autoconf261"}
> < AUTOHEADER=${AUTOHEADER:-"autoheader261"}
> < AUTOMAKE=${AUTOMAKE:-"automake110"}
> ---
> > ACLOCAL=${ACLOCAL:-"aclocal"}
> > AUTOCONF=${AUTOCONF:-"autoconf"}
> > AUTOHEADER=${AUTOHEADER:-"autoheader"}
> > AUTOMAKE=${AUTOMAKE:-"automake"}
> 
> _______________________________________________
> Xorp-hackers mailing list
> Xorp-hackers at icir.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers



More information about the Xorp-hackers mailing list