From b68032f3ff897aed2a9c2204c5d58c59cafba1d7 Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 17 Feb 2009 11:16:35 +0000 Subject: Translate - to _ when generating C macro names --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index c1f4720d..2ef1547c 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.16 2009-02-17 11:15:34 phintuka Exp $ +# * $Id: configure,v 1.17 2009-02-17 11:16:35 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -25,7 +25,7 @@ CFLAGS="" # toupper(){ - echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ + echo "$@" | tr abcdefghijklmnopqrstuvwxyz- ABCDEFGHIJKLMNOPQRSTUVWXYZ_ } die(){ -- cgit v1.2.3