11 lines
440 B
Diff
11 lines
440 B
Diff
--- 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])
|
|
|