Added aux dir.

This commit is contained in:
Camilla Berglund
2011-04-10 17:02:27 +02:00
parent 2179c4504f
commit 04d99947e5
+1
View File
@@ -4,6 +4,7 @@
AC_PREREQ(2.57)
AC_INIT([duff], [0.5], [elmindreda@elmindreda.org], [duff], [http://duff.sourceforge.net/])
AC_CONFIG_SRCDIR([src/duff.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([check-news dist-bzip2])
AM_CONFIG_HEADER([src/config.h])
AM_GNU_GETTEXT([external])