summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 1ae66c8c23dce2d1187a467c71d1f95f346558e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([h4sp], m4_esyscmd([cat .tarball-version || echo -n "SNAPSHOT"]), [vivien@planete-kraus.eu])
AM_INIT_AUTOMAKE([foreign])

# Checks for programs.
AC_PROG_INSTALL

# Checks for libraries.

# Checks for header files.

# Checks for typedefs, structures, and compiler characteristics.

# Checks for library functions.

AC_CONFIG_FILES([Makefile])
AC_OUTPUT