diff options
author | Bertrand Jacquin (Beber) <beber.mailing@gmail.com> | 2006-04-27 23:43:17 +0200 |
---|---|---|
committer | beber <beber@meathook.melee> | 2006-04-27 23:43:17 +0200 |
commit | d478686dabdb9433a89172755ad4763e33d0d8cc (patch) | |
tree | 1f5ec40f90022b50c9d4b6ff952060b885d9b8b4 /m4 | |
parent | move sh/get_version.sh to sh/git-version (diff) | |
download | espik-d478686dabdb9433a89172755ad4763e33d0d8cc.tar.xz |
oops, forgot to change get_version in m4 macros
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ac_espik_version.m4 | 2 |
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) |