diff options
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 |