X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=16ad728958f06a0687637251db23914bc574c1da;hp=17a5259910debb47a673d7f2e744f5651a6a8c2f;hb=d55aaabac6cf26ad7d256f98c4ab7c99b360b67f;hpb=3528ffb4f946f2bb8bed002e2e5873af6c31b35c diff --git a/citadel/configure.ac b/citadel/configure.ac index 17a525991..16ad72895 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -1,7 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([Citadel], [916], [http://www.citadel.org/]) -AC_REVISION([$Revision: 5108 $]) + +AC_INIT([citadel],m4_esyscmd_s([grep REV_LEVEL citadel.h | sed 's/[^0-9]*//g'])) +AC_REVISION(m4_esyscmd_s([git log --pretty=%h | head -1]) AC_CONFIG_SRCDIR([citserver.c]) AC_CONFIG_HEADER(sysdep.h) AC_CONFIG_MACRO_DIR([m4])