diff options
| author | Keith Packard <keithp@keithp.com> | 2013-10-10 08:04:22 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-10-10 08:04:22 -0700 |
| commit | aa169b80039728e35b0dec3be66a8483d48a3458 (patch) | |
| tree | 42fc58749b6d6304e2510f8b7b9ce9fe2f6bd75a /autogen.sh | |
| parent | d8d3835fedf9b7c4d203f321e72c2b086ebb3b97 (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-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 "$@" |
