File: configure.ac

package info (click to toggle)
kernel-patch-viewos 0.20080616-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 584 kB
  • ctags: 12
  • sloc: sh: 619; makefile: 35
file content (18 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
AC_INIT([kernel-patch-viewos], [20080616], [info@v2.cs.unibo.it])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
# Checks for programs.

# Checks for libraries.

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

AC_CONFIG_FILES([Makefile])
AC_OUTPUT