From ae03b18634d190d2b1acc649af8621b2d83edc76 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Thu, 15 Apr 2021 16:03:59 +0200 Subject: Add a catalog to include stylesheet --- configure.ac | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..1ae66c8 --- /dev/null +++ b/configure.ac @@ -0,0 +1,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 -- cgit v1.2.3