parent
d2df0eef88
commit
e73f968c03
|
@ -18,6 +18,11 @@ EOF
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
linguas=`sed -e '/^#/d' po/LINGUAS`
|
||||||
|
revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
|
||||||
|
sed -e "s/@LINGUAS@/${linguas}/g" \
|
||||||
|
-e "s/@REVISION@/${revision}/g" \
|
||||||
|
< "configure.in.in" > "configure.in"
|
||||||
|
|
||||||
exec xdt-autogen $@
|
exec xdt-autogen $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue