summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBradley Smith2008-08-03 16:52:31 +0100
committerBradley Smith2008-08-03 16:52:31 +0100
commit2572350c12ea5764280d2a591fa5be8fd7b40842 (patch)
treee8f4cdc2f3fe698e655c913c13e6386c7792af3d /configure.ac
parentAdd Gtk interface. Using a Vte for guile input. (diff)
downloadgnurobots-2572350c12ea5764280d2a591fa5be8fd7b40842.tar.gz
Fix bootstraping.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index ff26b62..d355154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,17 +20,12 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT([GNU Robots], [1.1.1], [brad@brad-smith.co.uk], [gnurobots])
AC_PREREQ([2.59])
AM_CONFIG_HEADER([config.h])
-AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([include/api.h])
AM_INIT_AUTOMAKE
dnl Checks for programs.
AC_PROG_CC
-dnl libtool stuff
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
-
dnl Check for guile
GUILE_FLAGS