source: trunk/configure.in @ 177

Last change on this file since 177 was 177, checked in by bas, 15 years ago

configure.in:

  • enabled pbs-config utility
File size: 365 bytes
Line 
1AC_INIT(src/pbs.py)
2AC_SUBST(prefix)
3AC_SUBST(exec_prefix)
4AC_SUBST(pyexecdir)
5AC_SUBST(pbspath)
6
7
8AC_ARG_WITH(pbsdir,
9
10  --with-pbsdir=PATH    directory that contains the torque libraries],
11
12  [case "${withval}" in
13        *) pbspath="${withval}" ;;
14  esac],
15
16  [pbspath=""]
17  [pbspath=`pbs-config --libs`]
18)dnl
19
20AM_PATH_PYTHON
21
22AC_OUTPUT(
23        Makefile
24        setup.py
25        )
Note: See TracBrowser for help on using the repository browser.