[Nut-upsdev] NUT and Automake
Charles Lepple
clepple at gmail.com
Mon Oct 16 01:29:57 UTC 2006
On 10/15/06, Peter Selinger <selinger at mathstat.dal.ca> wrote:
> * Files that are generated by aclocal, autoheader, autoconf, automake,
> and ./configure have been removed from SVN. Upon checking out a
> fresh copy from SVN, populate it is follows:
>
> aclocal -I m4
> autoconf
> autoheader
> automake
>
> If you have "autoreconf", you can do all of this in a single step:
>
> autoreconf -v
I tried this on my Mac, and it looks like 'compile' in the root of the
branch is a symlink to /usr/share/automake-1.9/compile (which doesn't
exist; there is /usr/share/automake-1.6 and /sw/share/automake-1.9).
Oddly enough, this doesn't cause a problem until automake descends into clients:
autoreconf: running: automake --no-force
clients/Makefile.am: required file `./compile' not found
I fixed this locally with 'automake --add-missing', but I'm not sure
how to tell autoreconf to pass that option to automake. Maybe we
should just ship a copy of 'compile' in SVN?
--
- Charles Lepple
More information about the Nut-upsdev
mailing list