upgraded compatibility

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1389 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 2742189..79973d0 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -84,6 +84,7 @@
 EXEEXT = @EXEEXT@
 F77 = @F77@
 FFLAGS = @FFLAGS@
+GREP = @GREP@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
@@ -115,12 +116,10 @@
 STRIP = @STRIP@
 VERSION = @VERSION@
 YACC = @YACC@
-ac_ct_AR = @ac_ct_AR@
+YFLAGS = @YFLAGS@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_CXX = @ac_ct_CXX@
 ac_ct_F77 = @ac_ct_F77@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -137,23 +136,30 @@
 build_os = @build_os@
 build_vendor = @build_vendor@
 datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
+htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
diff --git a/examples/clyx2asn1.pl b/examples/clyx2asn1.pl
index 77251bf..c1a2647 100755
--- a/examples/clyx2asn1.pl
+++ b/examples/clyx2asn1.pl
@@ -1,10 +1,10 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 #
 # $Id$
 # $Author$
 #
-# Simple tool that extracts known ASN.1 modules from the stream of LyX data.
+# Simple tool to extract known ASN.1 modules from the stream of LyX data.
 #
 
 if($#ARGV == -1) {
diff --git a/examples/crfc2asn1.pl b/examples/crfc2asn1.pl
index 4a800f8..7459194 100755
--- a/examples/crfc2asn1.pl
+++ b/examples/crfc2asn1.pl
@@ -1,11 +1,10 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 #
 # $Id$
 # $Author$
 #
-# Simple tool that fetches the ASN.1 specifications from the
-# given set of RFC files.
+# Simple tool to fetch the ASN.1 specifications from the given set of RFC files.
 #