i don't know what autoreconf is.
root@fuckup:~/gsm/openbsc.orig# autoreconf configure.in: required file `./install-sh' not found configure.in: required file `./mkinstalldirs' not found configure.in: required file `./missing' not found src/Makefile.am: required file `./depcomp' not found autoreconf: automake failed with exit status: 1 root@fuckup:~/gsm/openbsc.orig#
maybe i need to update autoconf...
Adding "autogen.sh". It generates files like "configure".
Question: Do we need this? Without it, I cannot compile OpenBSC.
Why is invoking autoreconf not enough?
z.
On Tuesday 02 June 2009 09:01:09 Andreas.Eversberg wrote:
i don't know what autoreconf is.
just run autoreconf --install. The benefit of this over a hand written autogen.sh is that you can easily change autoconf and automake versions by environment variables...
z.