Mailing list header changes (fuck you Google)
[citadel.git] / ctdlsalearn / configure.ac
1 # Copyright (C) 2006 Free Software Foundation, Inc.
2 # This configure.ac script is free software; the Free Software Foundation
3 # gives unlimited permission to copy, distribute and modify it.
4
5 AC_INIT([ctdlsalearn], [1.0], [bug-automake@gnu.org])
6 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
7 AC_PROG_CC
8 AC_CONFIG_HEADERS([config.h])
9
10
11 AC_CONFIG_FILES([
12  Makefile
13  src/Makefile
14 ])
15 AC_OUTPUT