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