mirror of
https://github.com/clearlinux/clr-wallpapers.git
synced 2026-06-15 18:35:57 +00:00
0435133581
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
21 lines
606 B
Plaintext
21 lines
606 B
Plaintext
AC_INIT([Clear Linux Project Wallpapers], 8, [marcos.simental.magana@intel.com], [clr-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_PROG_LN_S
|
|
AC_PROG_MKDIR_P
|
|
|
|
AC_CONFIG_FILES([Makefile
|
|
clr-wallpapers.xml
|
|
clearlinux-backgrounds.xml])
|
|
AC_OUTPUT
|
|
|
|
AC_MSG_RESULT([
|
|
clr-wallpapers $VERSION
|
|
========
|
|
|
|
prefix: ${prefix}
|
|
exec_prefix: ${exec_prefix}
|
|
datarootdir: ${datarootdir}
|
|
])
|