summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-10-10 08:04:22 -0700
committerKeith Packard <keithp@keithp.com>2013-10-10 08:04:22 -0700
commitaa169b80039728e35b0dec3be66a8483d48a3458 (patch)
tree42fc58749b6d6304e2510f8b7b9ce9fe2f6bd75a /autogen.sh
parentd8d3835fedf9b7c4d203f321e72c2b086ebb3b97 (diff)
altos: Fix stm-bringup demo build to use installed pdclib
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c838c5b3..4e8b11ba 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,5 +9,4 @@ cd $srcdir
autoreconf --force -v --install || exit 1
cd $ORIGDIR || exit $?
-PKG_CONFIG_PATH=/opt/cortex/lib/pkgconfig \
- $srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure --enable-maintainer-mode "$@"