diff options
author | Tom Rondeau | 2010-12-08 01:10:10 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-12-08 01:11:29 -0500 |
commit | 81d722595385eb4b2ef09cb76db1d4070fc11324 (patch) | |
tree | 4cbc91500122e17464b3fa9c9a3710589fd2c255 /volk | |
parent | f8b0c86d8a9eb347cb7187e3b01ed46c66de6a64 (diff) | |
download | gnuradio-81d722595385eb4b2ef09cb76db1d4070fc11324.tar.gz gnuradio-81d722595385eb4b2ef09cb76db1d4070fc11324.tar.bz2 gnuradio-81d722595385eb4b2ef09cb76db1d4070fc11324.zip |
volk: adding config.guess and config.sub to project distribution.
Diffstat (limited to 'volk')
l--------- | volk/config.guess | 1 | ||||
l--------- | volk/config.sub | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/volk/config.guess b/volk/config.guess new file mode 120000 index 000000000..405bc3235 --- /dev/null +++ b/volk/config.guess @@ -0,0 +1 @@ +/usr/share/automake-1.11/config.guess
\ No newline at end of file diff --git a/volk/config.sub b/volk/config.sub new file mode 120000 index 000000000..4d47fbcbc --- /dev/null +++ b/volk/config.sub @@ -0,0 +1 @@ +/usr/share/automake-1.11/config.sub
\ No newline at end of file |