1
0
mirror of https://github.com/horst3180/arc-icon-theme synced 2024-10-27 19:34:01 +00:00
archive-arc-icon-theme/configure.ac

14 lines
298 B
Plaintext
Raw Normal View History

2016-06-05 13:35:46 +00:00
AC_INIT(
[arc-icon-theme],
[20160605],
[https://github.com/horst3180/arc-icon-theme/issues],
[arc-icon-theme],
[https://github.com/horst3180/arc-icon-theme]
)
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz foreign])
AC_PREFIX_DEFAULT(/usr/local)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT