File: configure.ac

package info (click to toggle)
faba-icon-theme 4.1.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,112 kB
  • ctags: 33
  • sloc: ruby: 163; python: 148; sh: 119; makefile: 16
file content (18 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AC_INIT([Faba ], 4.1, [sam@snwh.org], [Faba], [http://snwh.org/moka])
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects 1.9 tar-ustar])
AC_PREFIX_DEFAULT(/usr/local)
AM_SILENT_RULES([yes])


AC_CONFIG_FILES([Makefile])
AC_OUTPUT

AC_MSG_RESULT([
        Faba icon theme $VERSION
        ========

        prefix:                 ${prefix}
        exec_prefix:            ${exec_prefix}
        datarootdir:            ${datarootdir}

])