source: trunk/configure.in @ 121

Last change on this file since 121 was 95, checked in by bas, 18 years ago

distro:

  • Setup.py is generated by configure
  • Added --with-pbsdir=PATH option to configure
File size: 333 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)dnl
18
19AM_PATH_PYTHON
20
21AC_OUTPUT(
22        Makefile
23        setup.py
24        )
Note: See TracBrowser for help on using the repository browser.