diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2011-02-24 22:54:53 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2011-02-24 22:54:53 +0000 |
commit | 32b43d1afb893f5477a6ad041e8c34fc4f9e0111 (patch) | |
tree | 611e4c8d29c12e67841f2af358db89493fbeffc4 | |
parent | 053bc187b1923f736363d2406a55e7a01a3d87d0 (diff) |
videogrid don't need gem headers
svn path=/trunk/externals/pdvjtools/; revision=14963
-rwxr-xr-x | videogrid/configure.ac | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/videogrid/configure.ac b/videogrid/configure.ac index 201f18b..b6c5b41 100755 --- a/videogrid/configure.ac +++ b/videogrid/configure.ac @@ -29,37 +29,13 @@ else fi -if test -d ../../../Gem; -then - GEM_DIR=../../../Gem -else - echo "Gem sources not found" -fi - AC_ARG_WITH(pddir, [ --with-pddir=<dir> specify an alternate pd source tree]) -AC_ARG_WITH(gemdir, [ --with-gemdir=<dir> specify an alternate gem source tree]) - -if test "$with_gemdir" != "" -then - GEM_DIR=$with_gemdir -fi if test "$with_pddir" != "" then PD_DIR=$with_pddir fi -echo -n "looking for gem sources (required) ... " -if test -f $GEM_DIR/src/Base/GemMan.h -then - AC_SUBST(GEM_DIR) - echo "ok." -else - echo "gem source tree not found... use ./configure --with-gemdir= option" - exit -1 -fi - - echo -n "looking for pd sources (required) ... " if test -f $PD_DIR/src/m_imp.h then |