Skip to content
Snippets Groups Projects
Commit 048b11be authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

2005-06-08 Benedikt Meurer <benny@xfce.org>

	* autogen.sh: Better determine the file dynamically, which is used to
	  query the sandbox revision.




(Old svn revision: 16325)
parent e1acd47f
No related branches found
No related tags found
No related merge requests found
2005-06-08 Benedikt Meurer <benny@xfce.org>
* autogen.sh: Better determine the file dynamically, which is used to
query the sandbox revision.
2005-06-08 Benedikt Meurer <benny@xfce.org>
* autogen.sh, configure.in.in: Add build number to the version during
......
......@@ -19,7 +19,7 @@ EOF
}
# substitute revision and date
revision=`svn info autogen.sh|awk '/^Revision: / {printf "%04d\n", $2}'`
revision=`svn info $0 | awk '/^Revision: / {printf "%04d\n", $2}'`
sed -e "s/@DATE@/`date +%Y%m%d`/g" -e "s/@REVISION@/${revision}/g" \
< "configure.in.in" > "configure.in"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment