]> git.pond.sub.org Git - empserver/blob - src/scripts/gen-client-configure
scripts src/scripts: Clean up inconsistent shell variable quoting
[empserver] / src / scripts / gen-client-configure
1 #!/bin/sh -e
2
3 if [ $# = 0 ]; then
4     echo "Usage: $0 NAME VERSION (FILE | -C DIR)..."
5     exit 1
6 fi
7
8 cd "$1-$2"
9 printf "%s" "$2" >.tarball-version
10 cat m4/*.m4 >aclocal.m4
11 autoconf
12 autoheader
13 rm -rf m4 autom4te.cache