File: configure.in

package info (click to toggle)
python-pqueue 0.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 236 kB
  • ctags: 87
  • sloc: ansic: 660; python: 262; makefile: 43
file content (6 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
AC_INIT(pqueuemodule.c)
AC_CONFIG_HEADER(pqueuemodule-config.h)
PY_INIT
AC_C_INLINE
AC_HEADER_STDC
PY_OUTPUT(Makefile, Setup)