blob: cd784dfded4157b04d35a903f5fad70abba7f1ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}
])
|