File: configure.ac

package info (click to toggle)
bluebird-gtk-theme 1.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,672 kB
  • sloc: xml: 426; makefile: 29; sh: 23
file content (15 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT([Bluebird ], 0.0, [https://github.com/shimmerproject/Bluebird/issues],
 [Bluebird], [http://shimmerproject.org/our-projects/bluebird/])
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects tar-ustar no-dist-gzip dist-xz -Wno-portability])
AM_SILENT_RULES([yes])

AC_PREFIX_DEFAULT(/usr)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

AC_MSG_RESULT([
        Bluebird
        ========
        prefix:                 ${prefix}

])