]> gitweb @ CieloNegro.org - blackboard-dns.git/blob - configure.ac
editzone
[blackboard-dns.git] / configure.ac
1 AC_INIT([blackboard-dns], [], [pho at cielonegro dot org])
2 AC_CONFIG_SRCDIR([blackboard-dns.cabal])
3
4 # $localstatedir has a reference to ${prefix} but the ${prefix} is
5 # "NONE" at this time. AC_OUTPUT changes the value of ${prefix} from
6 # "NONE" to $ac_default_prefix but it's too late!
7 if test "x$prefix" = "xNONE"; then
8    prefix=$ac_default_prefix
9 fi
10
11 DDNS_LOCALSTATEDIR=`eval echo "$localstatedir"`/blackboard-dns
12 AC_SUBST([DDNS_LOCALSTATEDIR])
13
14 AC_CONFIG_FILES([
15         blackboard-dns.buildinfo
16 ])
17 AC_OUTPUT