]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - configure.ac
lockfile and pidfile
[Rakka.git] / configure.ac
index 05516ed863daf23a7aa20b9654d59125da239c52..bb6e7f68d9ecdb669a4d25ee53069923eacafe37 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Rakka], [], [phonohawk at ps dot sakura dot ne dot jp])
+AC_INIT([Rakka], [], [pho at cielonegro dot org])
 
 AC_CONFIG_SRCDIR([Rakka.cabal])
 
@@ -14,24 +14,6 @@ RAKKA_LOCALSTATEDIR=`eval echo "$localstatedir"`/rakka
 AC_SUBST([RAKKA_LOCALSTATEDIR])
 
 
-# Since the Cabal executes ./configure with no arguments, the only way
-# we can receive options from user is to see environment variables.
-AC_ARG_VAR([BUILD_TEST_SUITE], [build and install the test suite. (yes / no) (default: no)])
-if test "$BUILD_TEST_SUITE" = ""; then
-  BUILD_TEST_SUITE=False
-else
-  if test "$BUILD_TEST_SUITE" = "yes"; then
-    BUILD_TEST_SUITE=True
-  else
-     if test "$BUILD_TEST_SUITE" = "no"; then
-       BUILD_TEST_SUITE=False
-     else
-       AC_MSG_ERROR([BUILD_TEST_SUITE must be either yes or no.])
-     fi
-  fi
-fi
-
-
 AC_CONFIG_FILES([
         Rakka.buildinfo
 ])