gst-autogen.sh: Substitute punctuation in variable names. Use printf
authorJan Schmidt <jan.schmidt@sun.com>
Fri, 26 Jun 2009 12:16:05 +0000 (13:16 +0100)
committerJan Schmidt <jan.schmidt@sun.com>
Fri, 26 Jun 2009 12:16:05 +0000 (13:16 +0100)
commit5845b632c99d8f0ab863bd955a9568d7937108f8
tree2cac6fc3f9726baf31be776531ed3b0a8cf9c0c3
parentf810030e4692aa43ae84f6649730fe25558a9738
gst-autogen.sh: Substitute punctuation in variable names. Use printf

Replace the punctuation (-,.) in variable names with underscores, so
that checks for binaries with names like 'automake-1.10' can succeed.

Use printf instead of 'echo -n' as it's apparently more portable.
gst-autogen.sh