diff options
author | Stijn Buys <ingar@osirion.org> | 2013-09-29 21:50:57 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-09-29 21:50:57 +0000 |
commit | 655959a2413760560ba5549fd4967e374dd5a9df (patch) | |
tree | 33b274d104a5bcc28dff80d075ec6b4b487efffc | |
parent | b99c406d99768661442d278476464858aabbfdc4 (diff) |
Debian and Ubuntu do not like 'svnversion -q'.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e149cdc..3acd841 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl ---------------------------------------------------------------- dnl append SVN revision to the version number dnl determine the svn revision number -define([svnversion], esyscmd([sh -c "echo -n 'svn'; svnversion -q|tr -d '\n'"])) +define([svnversion], esyscmd([sh -c "echo -n 'svn'; svnversion|tr -d '\n'"])) AC_INIT([osirion], [0.2.5-svnversion]) |