A hack to force automake to install COPYING file.
Showing
1 changed file
with
4 additions
and
0 deletions
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # This trick forces automake to install COPYING | ||
4 | trap "mv $$.COPYING.LIB COPYING.LIB" 1 2 3 15 | ||
5 | mv COPYING.LIB $$.COPYING.LIB | ||
3 | autoreconf -f -i -s | 6 | autoreconf -f -i -s |
7 | mv $$.COPYING.LIB COPYING.LIB | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment