diff options
author | phintuka <phintuka> | 2009-02-17 11:16:35 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-17 11:16:35 +0000 |
commit | b68032f3ff897aed2a9c2204c5d58c59cafba1d7 (patch) | |
tree | 9f0ea9cc6216751d54a980265f07731d0f41b944 | |
parent | ae2c2f7af95f7ab6bc972691b0712f96fc0f02d7 (diff) | |
download | xineliboutput-b68032f3ff897aed2a9c2204c5d58c59cafba1d7.tar.gz xineliboutput-b68032f3ff897aed2a9c2204c5d58c59cafba1d7.tar.bz2 |
Translate - to _ when generating C macro names
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(){ |