Skip to content

Instantly share code, notes, and snippets.

View nipo's full-sized avatar

Nicolas Pouillon nipo

  • Geneva, Switzerland
View GitHub Profile
@nipo
nipo / pkgconf-test
Last active August 29, 2015 14:03
Test pkg-config and pkgconf outputs coherence
#!/bin/bash
basedir=/tmp/test-$$
mkdir ${basedir}
cat > ${basedir}/test.pc << EOF
prefix=/usr
datarootdir=\${prefix}/share
libdir=\${prefix}/lib