File scripts/deploy changed (mode: 100755) (index c043691cf..c4961be9d) |
... |
... |
if [ "$target" = all ] || [ "$target" = update ]; then |
62 |
62 |
sed -i "/AC_INIT(/s/,\\[[^,]\\+/,[$ver]/" configure.ac |
sed -i "/AC_INIT(/s/,\\[[^,]\\+/,[$ver]/" configure.ac |
63 |
63 |
sed -i "/VERSION_NUM/s/\\[[0-9]\\+\\]/[$ver_num]/" configure.ac |
sed -i "/VERSION_NUM/s/\\[[0-9]\\+\\]/[$ver_num]/" configure.ac |
64 |
64 |
|
|
65 |
|
if false && [ "$OS" != Windows_NT ]; then |
|
|
65 |
|
if [ "$OS" != Windows_NT ]; then |
66 |
66 |
# regenerate autotools files |
# regenerate autotools files |
67 |
67 |
autoreconf |
autoreconf |
68 |
68 |
# some voodoo magic to preserve old version of aclocal.m4 file |
# some voodoo magic to preserve old version of aclocal.m4 file |