tio/configure.ac
2014-09-30 16:07:52 +02:00

12 lines
366 B
Text

AC_PREREQ([2.68])
AC_INIT([Go TTY], [0.5], [], [gotty], [http://github.com/lundmar/gotty])
AC_CONFIG_HEADERS([src/include/config.h])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip -Wall -Werror])
AM_SILENT_RULES([yes])
AC_PROG_CC
AC_LANG([C])
AC_PROG_INSTALL
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([man/Makefile])
AC_OUTPUT