diff options
| -rw-r--r-- | .gitignore | 6 | ||||
| -rw-r--r-- | configure.ac | 5 | 
2 files changed, 5 insertions, 6 deletions
@@ -8,7 +8,8 @@ Makefile  INSTALL  aclocal.m4  autom4te.cache -build +config.sub +config.guess  config.h  config.h.in  config.log @@ -18,4 +19,7 @@ libtool  src/gnurobots  ui/uitest  stamp-h1 +depcomp +install-sh +missing  *~ 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  | 
