fixed a syntax error
authorArt Cancro <ajc@citadel.org>
Wed, 3 Jan 2018 23:24:16 +0000 (18:24 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 3 Jan 2018 23:24:16 +0000 (18:24 -0500)
citadel/configure.ac

index 6e7280515b461a2877d538b242b38e8e03396b31..25e6e74003f24ac9095e28d6f25427911720e44f 100644 (file)
@@ -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