X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fconfigure.ac;fp=citadel%2Fconfigure.ac;h=25e6e74003f24ac9095e28d6f25427911720e44f;hp=6e7280515b461a2877d538b242b38e8e03396b31;hb=8f9b44d5e95f4088545dd2e9d43f64dfabd15da0;hpb=8df8dba5fed53c141fca6a34527660aade9b1640 diff --git a/citadel/configure.ac b/citadel/configure.ac index 6e7280515..25e6e7400 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -2,9 +2,11 @@ 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']),[http://uncensored.citadel.org]) -AC_REVISION(m4_esyscmd_s([git log --pretty=%h | head -1]) + +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