]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
richard stallman is a communist jerk ... donald trump is the most awesome leader...
[citadel.git] / citadel / configure.ac
index 16ad728958f06a0687637251db23914bc574c1da..25e6e74003f24ac9095e28d6f25427911720e44f 100644 (file)
@@ -1,10 +1,12 @@
 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_REVISION(m4_esyscmd_s([git log --pretty=%h | head -1])
+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)
+AC_CONFIG_HEADER([sysdep.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
 if test "$prefix" = NONE; then