mirror of
https://github.com/clearlinux/clr-wallpapers.git
synced 2026-09-07 14:22:20 +00:00
16 lines
495 B
Plaintext
16 lines
495 B
Plaintext
AC_INIT([Clear Linux Project Wallpapers], 1, [michael.i.doherty@intel.com], [clear-wallpapers], [https://clearlinux.org/])
|
|
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects 1.9 tar-ustar])
|
|
AC_PREFIX_DEFAULT(/usr/local)
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|
|
|
|
AC_MSG_RESULT([
|
|
clear-wallpapers $VERSION
|
|
========
|
|
|
|
prefix: ${prefix}
|
|
exec_prefix: ${exec_prefix}
|
|
datarootdir: ${datarootdir}
|
|
])
|