File: configure.in

package info (click to toggle)
xfce4-battery-plugin 0.4.90.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 768 kB
  • ctags: 203
  • sloc: ansic: 2,442; sh: 950; makefile: 49
file content (47 lines) | stat: -rw-r--r-- 878 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
dnl configure.ac
dnl
dnl xfce4-battery-plugin - Battery monitor for the XFce4 panel
dnl
dnl 2003 Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
dnl

m4_define([battmon_version], [0.4.90.2])

AC_INIT([xfce4-battery-plugin], [battmon_version()],
	[xfce-goodies-dev@lists.berlios.de])


BATTMON_VERSION=battmon_version()
AM_INIT_AUTOMAKE([xfce4-battery-plugin], [$BATTMON_VERSION])
AM_CONFIG_HEADER([config.h])

AM_MAINTAINER_MODE

dnl Check for UNIX variants
AC_AIX
AC_ISC_POSIX
AC_MINIX

dnl Check for basic programs
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_INTLTOOL

dnl Check for standard header files
AC_HEADER_STDC
AC_CHECK_FUNCS([sysctl])


dnl configure the panel plugin
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90.2])

XDT_I18N([cs])

dnl Check for debugging support
XDT_FEATURE_DEBUG()

AC_OUTPUT([
Makefile
panel-plugin/Makefile
po/Makefile.in
])