diff options
author | Horst3180 | 2015-08-21 00:05:39 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-21 00:05:39 +0200 |
commit | 0a879aaa77977ddd6dd0591b673ff4624c745032 (patch) | |
tree | f3f326787223fdeecd3ae8e8294f4579e3e9c9ca /configure.ac | |
parent | 59803702086f0616ef1ce65726497c38d48db761 (diff) | |
download | solarc-firefox-theme-0a879aaa77977ddd6dd0591b673ff4624c745032.tar.gz solarc-firefox-theme-0a879aaa77977ddd6dd0591b673ff4624c745032.tar.xz solarc-firefox-theme-0a879aaa77977ddd6dd0591b673ff4624c745032.zip |
enable installation via autotools
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cd784df..ca5982f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,14 @@ AC_INIT([arc-firefox-theme], [40.20150819], [https://github.com/horst3180/arc-fi 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_MACRO_DIR([m4]) +AC_PROG_MKDIR_P +ARC_ENABLE([LIGHT], [light], [Arc Light Firefox], [disable]) +ARC_ENABLE([DARKER], [darker], [Arc Darker Firefox], [disable]) +ARC_ENABLE([DARK], [dark], [Arc Dark Firefox], [disable]) + AC_CONFIG_FILES([Makefile]) AC_OUTPUT |