From fc4f1875fe57c39bf122cfb43a30893fef58c157 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 3 Feb 2024 17:54:02 +0100 Subject: reapeat now built using the GNU Autotools --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..5461c4a --- /dev/null +++ b/configure.ac @@ -0,0 +1,11 @@ +AC_INIT([repeat], [1.2.0]) +AM_INIT_AUTOMAKE([-Wall -Werror, foreign]) +: ${CFLAGS=""} +AC_PROG_CC +AM_SILENT_RULES([yes]) +AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_FILES([ + Makefile + rpt.1 +]) +AC_OUTPUT -- cgit v1.2.3