aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin (Beber) <beber.mailing@gmail.com>2006-04-27 23:43:17 +0200
committerbeber <beber@meathook.melee>2006-04-27 23:43:17 +0200
commitd478686dabdb9433a89172755ad4763e33d0d8cc (patch)
tree1f5ec40f90022b50c9d4b6ff952060b885d9b8b4
parentmove sh/get_version.sh to sh/git-version (diff)
downloadespik-d478686dabdb9433a89172755ad4763e33d0d8cc.tar.xz
oops, forgot to change get_version in m4 macros
-rw-r--r--m4/ac_espik_version.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ac_espik_version.m4 b/m4/ac_espik_version.m4
index 627c1b1..a3566aa 100644
--- a/m4/ac_espik_version.m4
+++ b/m4/ac_espik_version.m4
@@ -2,7 +2,7 @@ AC_DEFUN([AC_ESPIK_VERSION],
[
AC_MSG_CHECKING(for version)
- GITVERSION=$(sh/get_version.sh)
+ GITVERSION=$(sh/git-version)
AC_MSG_RESULT($GITVERSION)