Files
paper-icon-theme/configure.ac
Sam Hewitt 72b45f89ce update docs
2016-09-30 16:56:33 -04:00

18 lines
515 B
Plaintext
Executable File

AC_INIT([Paper ], 1.3, [https://github.com/snwh/paper-icon-theme/issues], [paper-icon-theme], [http://snwh.org/paper])
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([
Paper Icon Theme $VERSION
========
prefix: ${prefix}
exec_prefix: ${exec_prefix}
datarootdir: ${datarootdir}
])