Initial commit.
[disorder-toys] / configure.ac
CommitLineData
8f6b6ec6
MW
1dnl -*-autoconf-*-
2
3AC_INIT([disorder-toys], [1.0], [mdw@distorted.org.uk])
4AC_CONFIG_AUX_DIR([config])
5AM_INIT_AUTOMAKE([foreign])
6AM_SILENT_RULES([yes])
7
8AC_PATH_PROG([PERL], [perl perl5], [nil])
9case $PERL in nil) AC_MSG_ERROR([can't find perl]) ;; esac
10
11AC_CONFIG_FILES([Makefile])
12AC_OUTPUT