From 19699bd643e507f88eabac2eb43daecbd9cef0b5 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Tue, 27 Aug 2019 08:11:04 +0800 Subject: Autotools files --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..5a4d375 --- /dev/null +++ b/configure.ac @@ -0,0 +1,9 @@ +AC_INIT([rtclient], [0.0], [rt@darapsa.co.id]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +AC_PROG_CC +AC_PROG_RANLIB +AM_PROG_AR +AC_CONFIG_HEADERS([config.h]) +AC_CHECK_HEADER_STDBOOL +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT -- cgit v1.2.3