summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 77b92c776535fe494722687a0294e1f4a9df34f2 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# This trick forces automake to install COPYING
trap "mv $$.COPYING.LIB COPYING.LIB" 1 2 3 15 
mv COPYING.LIB $$.COPYING.LIB
autoreconf -f -i -s
mv $$.COPYING.LIB COPYING.LIB

Return to:

Send suggestions and report system problems to the System administrator.