Changeset 411


Ignore:
Timestamp:
Aug 30, 2007, 4:15:41 PM (16 years ago)
Author:
Peter Johansson
Message:

Changed behaviour of configure option plugindir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/se/lu/thep/wenni/configure.ac

    r351 r411  
    8787            [PLUGINDIR=$withval],
    8888            [if (test x$state = xbase1); then
    89                PLUGINDIR="$BASEDIR/plugins/bin"
     89               PLUGINDIR="$BASEDIR/plugins/bin/wenni"
    9090             elif (test x$state = xbase2); then
    91                PLUGINDIR="$BASEDIR/www/plugins"
     91               PLUGINDIR="$BASEDIR/www/plugins/se/lu/thep/wenni"
    9292             fi])
    9393
     
    9999  CPPFLAGS="-I$BASEDIR/BASE-plugindevkit/bogus_base/include/cxx $CPPFLAGS"
    100100  AC_CHECK_HEADERS([basefile.h])
    101   bindir="$PLUGINDIR/wenni"
     101  bindir="$PLUGINDIR"
    102102fi
    103103if (test x$state = xbase2); then
     
    108108                [AC_MSG_FAILURE([cannot find BASE2CorePlugins.jar])])
    109109  JAVACFLAGS="$BASEDIR/www/WEB-INF/lib/BASE2CorePlugins.jar:$JAVACFLAGS" 
    110   bindir="$PLUGINDIR/se/lu/thep/wenni"
     110  bindir="$PLUGINDIR"
    111111fi
    112112AC_SUBST(JAVACFLAGS)
Note: See TracChangeset for help on using the changeset viewer.