paper-icon-theme/configure.ac

18 lines
515 B
Plaintext
Raw Normal View History

2017-01-02 16:07:32 -05:00
AC_INIT([Paper ], 1.4, [https://github.com/snwh/paper-icon-theme/issues], [paper-icon-theme], [http://snwh.org/paper])
2015-04-28 16:29:14 -04:00
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([
2015-12-08 18:36:53 -05:00
Paper Icon Theme $VERSION
2015-04-28 16:29:14 -04:00
========
prefix: ${prefix}
exec_prefix: ${exec_prefix}
datarootdir: ${datarootdir}
2015-12-08 18:36:53 -05:00
])