File: configure.ac

package info (click to toggle)
wmmon 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 492 kB
  • sloc: sh: 1,232; ansic: 712; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
AC_INIT([wmmon], [1.4], [wmaker-dev@lists.windowmaker.org])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC
PKG_CHECK_MODULES([x11], [x11])
PKG_CHECK_MODULES([dockapp], [dockapp])
AC_TYPE_LONG_LONG_INT
AC_CONFIG_FILES([Makefile])
AC_OUTPUT