Add basic auth test
[mod_auth_gssapi.git] / configure.ac
index 1eb3e90..4b18207 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([mod_auth_gssapi], [1.2.0], [simo@redhat.com])
+AC_INIT([mod_auth_gssapi], [1.3.0], [simo@redhat.com])
 AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c])
 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
@@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([src/config.h])
 
 # Checks for programs.
-AC_PROG_CC
+AC_PROG_CC_STDC
 
 AC_PROG_LIBTOOL
 AC_SUBST(INCLTDL)
@@ -82,6 +82,6 @@ AC_SUBST([MAG_LIBS])
 AC_SUBST([LIBTOOL])
 AC_SUBST([MAG_LIBDIR])
 
-AC_CONFIG_FILES([Makefile src/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile src/asn1c/Makefile])
 
 AC_OUTPUT