aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
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