diff --git a/configure.ac b/configure.ac index 85ab7fbef..464b3f3ae 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) -AC_INIT([leech], [0.1.4], [https://github.com/larsewi/leech/issues], [leech], +AC_INIT([leech], [0.1.5], [https://github.com/larsewi/leech/issues], [leech], [https://github.com/larsewi/leech]) AC_CONFIG_SRCDIR([lib/leech.h]) AC_CONFIG_HEADERS([config.h]) @@ -18,7 +18,6 @@ AM_PROG_AR AC_PROG_AWK AC_PROG_LN_S AC_PROG_MAKE_SET -AC_PROG_RANLIB LT_INIT([dlopen]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) @@ -85,5 +84,4 @@ else fi AC_CONFIG_FILES([Makefile lib/Makefile bin/Makefile tests/Makefile]) -AC_CONFIG_SUBDIRS([libltdl]) AC_OUTPUT