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

Adam Greenhalgh a.greenhalgh at cs.ucl.ac.uk
Tue Jun 5 01:56:53 PDT 2007


Hi

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.

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"}



More information about the Xorp-hackers mailing list