summaryrefslogtreecommitdiff
blob: ec7a7e69a83d638154ee00f013dc063e442c855e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- fim-0.4-rc1/configure.ac
+++ fim-0.4-rc1/configure.ac
@@ -10,7 +10,7 @@
 #AC_PROG_CC(cc gcc)
 #AC_PROG_CXX(CC g++ gcc c++ cxx)
 
-define([svnversion],esyscmd([sh -c "svnversion | tr  -c '[0-9]' ' ' | sed 's/ *//g;s/^$/-1/g' "]))dnl
+define([svnversion],esyscmd([sh -c "echo -n -1"]))dnl
 AC_INIT([fim],[0.4-rc1],[dezperado_FOobAr_autistici_Baz_org, by replacing _FOobAr_ with a @ and _Baz_ with a .])
 AC_CONFIG_SRCDIR([src/fim.cpp])