X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=blackboard-dns.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=408ad3c04ae7f5a4beae7b6f3303d663459631f8;hp=0000000000000000000000000000000000000000;hb=31a86ac8d9ddfd53832bf219a8f4b8eb18f14582;hpb=f46e263327d20c700179b2d3a5896be82d3b4aca diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..408ad3c --- /dev/null +++ b/configure.ac @@ -0,0 +1,17 @@ +AC_INIT([blackboard-dns], [], [pho at cielonegro dot org]) +AC_CONFIG_SRCDIR([blackboard-dns.cabal]) + +# $localstatedir has a reference to ${prefix} but the ${prefix} is +# "NONE" at this time. AC_OUTPUT changes the value of ${prefix} from +# "NONE" to $ac_default_prefix but it's too late! +if test "x$prefix" = "xNONE"; then + prefix=$ac_default_prefix +fi + +DDNS_LOCALSTATEDIR=`eval echo "$localstatedir"`/blackboard-dns +AC_SUBST([DDNS_LOCALSTATEDIR]) + +AC_CONFIG_FILES([ + blackboard-dns.buildinfo +]) +AC_OUTPUT