File: configure.in

package info (click to toggle)
policyrcd-script-zg2 0.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: sh: 2,940; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT(policyrcd-script-zg2, 0.1, mh+debian-packages@zugschlus.de)
AM_INIT_AUTOMAKE(policyrcd-script-zg2, 0.1)

# Checks for programs.
AC_PROG_LN_S

# Checks for libraries.

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

AC_CONFIG_FILES([Makefile
                 scripts/Makefile])
AC_OUTPUT