From 4308ec1e298bb8c26501c2a3142ca2965f978e4f Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Sat, 7 Aug 2004 03:59:39 +0000 Subject: [PATCH] version --- asn1c/tests/Makefile.in | 2 +- configure | 2 +- configure.in | 2 +- libasn1parser/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/asn1c/tests/Makefile.in b/asn1c/tests/Makefile.in index fe884ca1..6f26e1ab 100644 --- a/asn1c/tests/Makefile.in +++ b/asn1c/tests/Makefile.in @@ -156,7 +156,7 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -check_SCRIPTS = ./check-assembly.sh +check_SCRIPTS = check-assembly.sh TESTS_ENVIRONMENT = ./check-assembly.sh TESTS = check-*.c EXTRA_DIST = ${check_SCRIPTS} check-*.c diff --git a/configure b/configure index a8c1abc2..19ecc56d 100755 --- a/configure +++ b/configure @@ -1881,7 +1881,7 @@ fi # Define the identity of the package. PACKAGE=asn1c - VERSION=0.8.15 + VERSION=0.8.16 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 359e31f9..176d6695 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(libasn1parser/asn1p_y.y) AC_CANONICAL_SYSTEM AC_PREREQ(2.53) -AM_INIT_AUTOMAKE(asn1c, 0.8.15) +AM_INIT_AUTOMAKE(asn1c, 0.8.16) AC_SUBST(PATH) diff --git a/libasn1parser/Makefile.in b/libasn1parser/Makefile.in index f405e604..77a02d47 100644 --- a/libasn1parser/Makefile.in +++ b/libasn1parser/Makefile.in @@ -544,8 +544,8 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -rm -f asn1p_y.h -rm -f asn1p_l.c + -rm -f asn1p_y.h -rm -f asn1p_y.c clean: clean-am -- GitLab