Commit 5cdf62b9 5cdf62b95db54f1db42b73a620977dd8d3ffaa13 by Sergey Poznyakoff

A hack to force automake to install COPYING file.

1 parent 63275556
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
......