diff --git a/asn1c/tests/Makefile.in b/asn1c/tests/Makefile.in index fe884ca15333241cc25e9a2279f977754f69a659..6f26e1abfe7e560b1112335707cde265a12af7e3 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 a8c1abc259afc88903581ff6b986a76f55307e02..19ecc56dd64666fbf8acea0f506de7b903279562 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 359e31f9203f2b06b67805022df4e06c7105bce8..176d6695d5c41f059d7e5e5347c687bd52b0b3a5 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 f405e604ec5e4eac04a36101576c15a0fb6863e5..77a02d47677c4e569bdbe93c4f650f47911dc55e 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