libpsys
diff configure @ 9:9c24273f211b
first test is done
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Wed, 28 Sep 2011 03:42:01 +0300 |
parents | 1c8eb90a6989 |
children |
line diff
1.1 --- a/configure Tue Sep 27 21:47:27 2011 +0300 1.2 +++ b/configure Wed Sep 28 03:42:01 2011 +0300 1.3 @@ -63,9 +63,4 @@ 1.4 fi 1.5 cat Makefile.in >>Makefile 1.6 1.7 -echo 'creating pkg-config file ...' 1.8 -echo "prefix=$PREFIX" >psys.pc 1.9 -echo "ver=$VERSION" >>psys.pc 1.10 -cat psys.pc.in >>psys.pc 1.11 - 1.12 echo 'configuration completed, type make (or gmake) to build.'