From 444e739db842a68b1e76db58e5f1a775d94d7955 Mon Sep 17 00:00:00 2001
From: Lev Walkin <vlm@lionet.info>
Date: Fri, 15 Sep 2006 22:45:40 +0000
Subject: [PATCH] translate the PDU to a proper alphabet

---
 examples/sample.makefile.regen | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/examples/sample.makefile.regen b/examples/sample.makefile.regen
index 0e28ab6a..8c8be630 100755
--- a/examples/sample.makefile.regen
+++ b/examples/sample.makefile.regen
@@ -4,10 +4,11 @@ if [ -z "$ASN1PDU"	\
  -o  -z "$ASN1MODULES"	\
  -o  -z "$PROGNAME"	\
  ]; then
-	echo "ASN1PDU=\"$ASN1PDU\""
+	echo "ASN1CMDOPTS=\"$ASN1CMDOPTS\""
 	echo "ASN1MODULES=\"$ASN1MODULES\""
+	echo "ASN1PDU=\"$ASN1PDU\""
 	echo "PROGNAME=\"$PROGNAME\""
-	echo "ASN1PDU, ASN1MODULES, and PROGNAME must be set"
+	echo "ASN1PDU, ASN1MODULES, and PROGNAME are mandatory"
 	exit
 fi
 
@@ -18,6 +19,8 @@ if [ ! -f Makefile.am.sample ]; then
 	exit 1
 fi
 
+ASN1PDU=`echo "$ASN1PDU" | tr - _`
+
 set -x
 cat Makefile.am.sample						\
 	| sed -e "s/^CFLAGS.*/CFLAGS += -I. -DHAVE_CONFIG_H -DPDU=${ASN1PDU}/" \
-- 
GitLab