From 96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Thu, 20 Aug 2015 07:42:06 +0100 Subject: Add autotools based build system Signed-off-by: Ikey Doherty --- configure.ac | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..cd784df --- /dev/null +++ b/configure.ac @@ -0,0 +1,17 @@ +AC_INIT([arc-firefox-theme], [40.20150819], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) +AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects tar-ustar]) +AC_PREFIX_DEFAULT(/usr/local) +AM_SILENT_RULES([yes]) + + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT + +AC_MSG_RESULT([ + arc-firefox-theme $VERSION + ======== + + prefix: ${prefix} + exec_prefix: ${exec_prefix} + datarootdir: ${datarootdir} +]) -- cgit v1.2.3