X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=b578bbceda8a3e15b645fbadf5e18ba417d2664d;hb=b101c0a9aad609704eaa9157fe809be80d2aacf7;hp=1a6e943a92e7158d8fde0917f1c3fa2849d7581c;hpb=03d4363a24998cd670061fde1ea4b8db8cbc5b32;p=Rakka.git diff --git a/configure.ac b/configure.ac index 1a6e943..b578bbc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ AC_INIT([Rakka], [], [phonohawk at ps dot sakura dot ne dot jp]) AC_CONFIG_SRCDIR([Rakka.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! @@ -12,6 +13,7 @@ fi RAKKA_LOCALSTATEDIR=`eval echo "$localstatedir"`/rakka AC_SUBST([RAKKA_LOCALSTATEDIR]) + AC_CONFIG_FILES([ Rakka.buildinfo ])