Operators with std::string
[libacl.git] / configure.ac
index 19c4c15..42606d2 100644 (file)
@@ -2,9 +2,10 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([libACL], [0.2], [arjen@androemda.nl])
+AC_INIT([libACL], [0.3], [arjen@androemda.nl])
 AC_CONFIG_SRCDIR([src/date.cpp])
 AM_INIT_AUTOMAKE
+AC_LANG(C++)
 AC_CONFIG_MACRO_DIRS([m4])
 AC_CONFIG_FILES([Makefile src/Makefile test/Makefile doc/Makefile])
 AC_CONFIG_HEADERS([config.h])