diff options
Diffstat (limited to 'test/dist/pkgconfig-build.sh')
-rwxr-xr-x | test/dist/pkgconfig-build.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/dist/pkgconfig-build.sh b/test/dist/pkgconfig-build.sh new file mode 100755 index 000000000000..522a05716b5c --- /dev/null +++ b/test/dist/pkgconfig-build.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +export PATH=/bin:/usr/bin + +top=`pwd` +tar xvfz $src +cd pkgconfig-* +./configure --prefix=$top +make +make install |