19 lines
470 B
Plaintext
19 lines
470 B
Plaintext
|
AC_INIT([Paper ], 1.0, [sam@snwh.org], [Paper], [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}
|
||
|
|
||
|
])
|