summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-02-17 11:16:35 +0000
committerphintuka <phintuka>2009-02-17 11:16:35 +0000
commitb68032f3ff897aed2a9c2204c5d58c59cafba1d7 (patch)
tree9f0ea9cc6216751d54a980265f07731d0f41b944
parentae2c2f7af95f7ab6bc972691b0712f96fc0f02d7 (diff)
downloadxineliboutput-b68032f3ff897aed2a9c2204c5d58c59cafba1d7.tar.gz
xineliboutput-b68032f3ff897aed2a9c2204c5d58c59cafba1d7.tar.bz2
Translate - to _ when generating C macro names
-rwxr-xr-xconfigure4
1 files 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(){