Any autoconf wizards out there? The autoconf scripts for freeradius-client 1.1.8 put the absolute path of where it was run from into the makefiles. Example: [N1:~/freeradius]> grep scottn Makefile ACLOCAL = ${SHELL} /users/scottn/freeradius/missing --run aclocal-1.9 AMTAR = ${SHELL} /users/scottn/freeradius/missing --run tar AUTOCONF = ${SHELL} /users/scottn/freeradius/missing --run autoconf AUTOHEADER = ${SHELL} /users/scottn/freeradius/missing --run autoheader AUTOMAKE = ${SHELL} /users/scottn/freeradius/missing --run automake-1.9 MAKEINFO = ${SHELL} /users/scottn/freeradius/missing --run makeinfo install_sh = /users/scottn/freeradius/install-sh If you wish to move the freeradius-client directory tree elsewhere, you have to rerun autoconf. I am afraid that I'm not familiar enough with autoconf to correct this. Alan, if you want, I can submit this as a bug. ScottN
Scott Neugroschl wrote:
Any autoconf wizards out there?
The autoconf scripts for freeradius-client 1.1.8 put the absolute path of where it was run from into the makefiles.
Yes. That's how it works.
If you wish to move the freeradius-client directory tree elsewhere, you have to rerun autoconf.
Exactly.
I am afraid that I'm not familiar enough with autoconf to correct this.
It can't be corrected. If it was changed, the build system would stop working in *other* places.
Alan, if you want, I can submit this as a bug.
No. Just re-run autoconf if you "move" the source. Alan DeKok.
participants (2)
-
Alan DeKok -
Scott Neugroschl