File: configure.in

package info (click to toggle)
xttitle 1.0-7~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 200 kB
  • sloc: sh: 330; ansic: 28; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
dnl Process this file with autoconf to produce a configure script.
AC_INIT(xttitle.c)
AM_INIT_AUTOMAKE(xttitle, 1.0)

dnl Checks for programs.
AC_PROG_CC

dnl Checks for libraries.

dnl Checks for header files.
AC_HEADER_STDC

dnl Checks for typedefs, structures, and compiler characteristics.

dnl Checks for library functions.

AC_OUTPUT(Makefile)