aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 10:18:30 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-19 10:18:30 +0300
commit4d452a770122daf33fdbe0a549e2804b6f2db086 (patch)
treefd5773251306c3e062fdf55cea917c992306df5a /configure.ac
parentaa4306ad7e683d74c214be2278c697b58a0936d6 (diff)
downloadvmod-tbf-4d452a770122daf33fdbe0a549e2804b6f2db086.tar.gz
vmod-tbf-4d452a770122daf33fdbe0a549e2804b6f2db086.tar.bz2
Version 1.0release-1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0bb6d3f..6af8fd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-tbf], 0.99.91, [gray@gnu.org])
+AC_INIT([vmod-tbf], 1.0, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_tbf.vcc)
@@ -23,7 +23,7 @@ AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
AC_LANG(C)
-AM_INIT_AUTOMAKE([gnu tar-ustar])
+AM_INIT_AUTOMAKE([1.14 gnu tar-ustar])
AC_GNU_SOURCE
AC_PROG_CC
@@ -114,7 +114,6 @@ AC_CHECK_LIB(db, db_create,
[],
[AC_MSG_ERROR([header file db.h is not the same version as libdb])])])
-dnl FIXME: tests/Makefile
AC_CONFIG_FILES([
Makefile
src/Makefile

Return to:

Send suggestions and report system problems to the System administrator.