Skip to content
Snippets Groups Projects
Commit 4308ec1e authored by Lev Walkin's avatar Lev Walkin
Browse files

version

parent 99006369
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ target_alias = @target_alias@ ...@@ -156,7 +156,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@ target_cpu = @target_cpu@
target_os = @target_os@ target_os = @target_os@
target_vendor = @target_vendor@ target_vendor = @target_vendor@
check_SCRIPTS = ./check-assembly.sh check_SCRIPTS = check-assembly.sh
TESTS_ENVIRONMENT = ./check-assembly.sh TESTS_ENVIRONMENT = ./check-assembly.sh
TESTS = check-*.c TESTS = check-*.c
EXTRA_DIST = ${check_SCRIPTS} check-*.c EXTRA_DIST = ${check_SCRIPTS} check-*.c
......
...@@ -1881,7 +1881,7 @@ fi ...@@ -1881,7 +1881,7 @@ fi
   
# Define the identity of the package. # Define the identity of the package.
PACKAGE=asn1c PACKAGE=asn1c
VERSION=0.8.15 VERSION=0.8.16
   
   
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
......
...@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. ...@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(libasn1parser/asn1p_y.y) AC_INIT(libasn1parser/asn1p_y.y)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AC_PREREQ(2.53) AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(asn1c, 0.8.15) AM_INIT_AUTOMAKE(asn1c, 0.8.16)
AC_SUBST(PATH) AC_SUBST(PATH)
......
...@@ -544,8 +544,8 @@ distclean-generic: ...@@ -544,8 +544,8 @@ distclean-generic:
maintainer-clean-generic: maintainer-clean-generic:
@echo "This command is intended for maintainers to use" @echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild." @echo "it deletes files that may require special tools to rebuild."
-rm -f asn1p_y.h
-rm -f asn1p_l.c -rm -f asn1p_l.c
-rm -f asn1p_y.h
-rm -f asn1p_y.c -rm -f asn1p_y.c
clean: clean-am clean: clean-am
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment