Hi,

On Tue, Mar 11, 2003 at 05:27:33PM -0500, Alan DeKok wrote:
>   'make reconfig' should work.

that's what I thought (ok, replacing "make" with "gmake" on BSD), but

> Toni Mueller <[EMAIL PROTECTED]> wrote:
> > $ gmake reconfig 
> > autoheader
> > Provide an AUTOCONF_VERSION environment variable, please
> > echo timestamp > src/include/stamp-h.in
> > $ env AUTOCONF_VERSION=2.52 gmake reconfig
> > gmake: Nothing to be done for `reconfig'.
> 
>   Hmm... if you don't have autoconf, then there isn't much point in
> rebuilding the configure scripts.

I _have_ autoconf (namely, autoconf version 2.52). That's what
makes me wonder. If I had not had autoconf, it shouldn't have
asked for an AUTOCONF_VERSION but instead given a different
error message, like "autoconf: no such file or directory" (guessed).

$ ls -l `which autoconf`
-r-xr-xr-x  1 root  bin  1584 Mar  3 21:57 /usr/local/bin/autoconf*

which is a shell script containing (copyright message stripped):

case "x$AUTOCONF_VERSION" in
x)      # figure out manually what to do
        echo "Provide an AUTOCONF_VERSION environment variable, please"
        ;;
x*)     
        exec /usr/local/bin/autoconf-$AUTOCONF_VERSION "$@"
        ;;
esac


So one can have several autoconf versions on the system and use the
"autoconf du jour". I have only one autoconf:

$ l /usr/local/bin/auto*   
-r-xr-xr-x  1 root  bin   1584 Mar  3 21:57 /usr/local/bin/autoconf
-r-xr-xr-x  1 root  bin   4848 Mar  2 17:06 /usr/local/bin/autoconf-0
-r-xr-xr-x  1 root  bin  22560 Mar  3 21:57 /usr/local/bin/autoconf-2.52
-r-xr-xr-x  1 root  bin  22559 Mar  2 17:30 /usr/local/bin/autoconf-new
-r-xr-xr-x  1 root  bin   1586 Mar  3 21:57 /usr/local/bin/autoheader
-r-xr-xr-x  1 root  bin   8342 Mar  2 17:06 /usr/local/bin/autoheader-0
-r-xr-xr-x  1 root  bin  10536 Mar  3 21:57 /usr/local/bin/autoheader-2.52
-r-xr-xr-x  1 root  bin  10533 Mar  2 17:30 /usr/local/bin/autoheader-new
-r-xr-xr-x  1 root  bin   1586 Mar  3 21:57 /usr/local/bin/autoreconf
-r-xr-xr-x  1 root  bin   6050 Mar  2 17:06 /usr/local/bin/autoreconf-0
-r-xr-xr-x  1 root  bin  12362 Mar  3 21:57 /usr/local/bin/autoreconf-2.52
-r-xr-xr-x  1 root  bin  12357 Mar  2 17:30 /usr/local/bin/autoreconf-new
-r-xr-xr-x  1 root  bin   9539 Mar  2 17:06 /usr/local/bin/autoscan
-r-xr-xr-x  1 root  bin  16298 Mar  3 21:57 /usr/local/bin/autoscan-2.52
-r-xr-xr-x  1 root  bin  16295 Mar  2 17:30 /usr/local/bin/autoscan-new
-r-xr-xr-x  1 root  bin   1586 Mar  3 21:57 /usr/local/bin/autoupdate
-r-xr-xr-x  1 root  bin   3257 Mar  2 17:06 /usr/local/bin/autoupdate-0
-r-xr-xr-x  1 root  bin  33892 Mar  3 21:57 /usr/local/bin/autoupdate-2.52
-r-xr-xr-x  1 root  bin  33889 Mar  2 17:30 /usr/local/bin/autoupdate-new



Best,
--Toni++


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to