diff options
author | paul <paul> | 2004-09-27 09:49:57 +0200 |
---|---|---|
committer | paul <paul> | 2004-09-27 09:49:57 +0200 |
commit | ddb07e5bf4e16889b0845c83d8a73ebfa435bcba (patch) | |
tree | c8387415c34f1fc9091ee7cd574e377afcdbb268 /update-autotools | |
parent | 2004-09-27 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-ddb07e5bf4e16889b0845c83d8a73ebfa435bcba.tar.xz frr-ddb07e5bf4e16889b0845c83d8a73ebfa435bcba.zip |
2004-09-27 Paul Jakma <paul@dishone.st>
* 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.
Diffstat (limited to 'update-autotools')
-rwxr-xr-x | update-autotools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-autotools b/update-autotools index 4e6847663..fefab68b2 100755 --- a/update-autotools +++ b/update-autotools @@ -19,5 +19,5 @@ echo "UPDATING:" aclocal -I m4 autoheader autoconf -libtoolize +libtoolize -c automake --foreign |