From: paul Date: Mon, 27 Sep 2004 07:49:57 +0000 (+0000) Subject: 2004-09-27 Paul Jakma X-Git-Tag: frr-2.0-rc1~3534 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ddb07e5bf4e16889b0845c83d8a73ebfa435bcba;p=matthieu%2Ffrr.git 2004-09-27 Paul Jakma * update-autotools: libtoolize should copy files, rather than link. the whole idea is that dist files should not need auto*, etc. installed to be able to compile. --- diff --git a/ChangeLog b/ChangeLog index 2287c9f8bf..58893afc3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-09-27 Paul Jakma + + * update-autotools: libtoolize should copy files, rather than link. + the whole idea is that dist files should not need auto*, etc. + installed to be able to compile. + 2004-09-13 Hasso Tepper * configure.ac: Disable isisd compiling by default. diff --git a/update-autotools b/update-autotools index 4e68476630..fefab68b24 100755 --- a/update-autotools +++ b/update-autotools @@ -19,5 +19,5 @@ echo "UPDATING:" aclocal -I m4 autoheader autoconf -libtoolize +libtoolize -c automake --foreign