summaryrefslogtreecommitdiff
path: root/configure.ac
blob: dc336710d50c984e8770d5a99148606b8771ea1f (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([echo -n $(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