Commit 444e739d authored by Lev Walkin's avatar Lev Walkin

translate the PDU to a proper alphabet

parent 3f6afc1e
......@@ -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}/" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment