File: configure.in

package info (click to toggle)
numlockx 1.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: sh: 905; ansic: 677; makefile: 120
file content (28 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (6)
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
dnl $Id: configure.in,v 1.5 2001/04/10 08:45:11 seli Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.am)

AM_CONFIG_HEADER(config.h)

AM_INIT_AUTOMAKE(numlockx,1.2)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_RANLIB
AC_PATH_X
AC_PREFIX_PROGRAM(X)
K_PATH_X
NM_CHECK_XKB
NM_CHECK_XTEST
NM_CHECK_XSETUP
NM_CHECK_XINITRC

dnl Checks for libraries.

dnl Checks for header files.

dnl Checks for typedefs, structures, and compiler characteristics.

dnl Checks for library functions.

AC_OUTPUT(Makefile)