aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 3 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index b72348b..0005006 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,12 +15,11 @@
# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([wydawca], 2.1, [bug-wydawca@gnu.org.ua])
+AC_INIT([wydawca], 2.1.90, [bug-wydawca@gnu.org.ua])
AC_CONFIG_SRCDIR([src/wydawca.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-lzma dist-xz std-options
-silent-rules])
+AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options silent-rules])
# Enable silent rules by default:
AM_SILENT_RULES([yes])
@@ -112,7 +111,7 @@ if test "$status_tcpwrap" = yes; then
fi
# Grecs subsystem
-GRECS_SETUP
+GRECS_SETUP([grecs],[git2chg getopt tests])
AH_BOTTOM([
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
@@ -137,8 +136,6 @@ fi
AC_CONFIG_FILES([Makefile
doc/Makefile
gnu/Makefile
- grecs/Makefile
- grecs/src/Makefile
src/Makefile
etc/Makefile])

Return to:

Send suggestions and report system problems to the System administrator.