summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2017-04-01Drop undocumented readline dependencyJoshua Judson Rosen
Yet another of the niceties that comes out of just using guile's REPL is that readline support is just figured out when building guile; so by the time gnurobots is being built, readline support is either there or it isn't--and even if our guile isn't readline-enabled, we can still just run without readline (though, in practice, I don't think I've ever seen a build of guile in the last 15 years that didn't have readline...).
2017-04-01configure: check for GLib from beyond the g_type_init eraJoshua Judson Rosen
Since this GLib 1.35.1 was released >4 years ago (which is presumably old enough to depend on it), and the alternative is to drop Bradley's -Werror from AM_CFLAGS and go back to using deprecated APIs.
2017-04-01configure: don't bother explicitly AC_SUBST'ing after PKG_CHECK_MODULESJoshua Judson Rosen
Looks like these haven't been necessary since probably pkg-config 0.16, 12 years ago.
2017-03-28Update to C99....Joshua Judson Rosen
Using C99 is a bit of a mixed bag, but lets us more easily eliminate warnings than other variants.... Earlier C variants have no "long long" type, which we don't even use but is still a problem for us because there are some deprecated function prototypes that come in through the libguile.h header and *they* are defined in terms of "long long". C99 criminalizes guile's behavior of passing function-pointers via "void *"..., but we can work around that....
2017-03-28Migrate to guile 2.0Iain R. Learmonth
Fixes: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746000>
2009-11-18Fix autoconf mess such that you can actually specify CFLAGS to the build.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-10-14Change email address for Jim Hall, upon request.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-08-03Adjust build system.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-08-03Bump version to 1.2.0Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-08-03Use pkg-config to check for Guile 1.8.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-08-03Fix bootstraping.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-08-03Add Gtk interface. Using a Vte for guile input.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-06-12Remove the -Wfatal-errors flag so that it compiles under cygwin with gcc 3.4.4.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-05-19Tidy up Xlib/Xpm checks.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-05-17Upgrade license to GPLv3 or later. Bump version to 1.1.1.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-05-16Add temporary uitest build.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-05-14Prepare for release of 1.1.0.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-05-05Scrap plug-able interfaces in preparation for GTK GUI.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-03-09Corrected all copyright headers, and misc cleanups.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-03-09Got rid of unnecessary getopt.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-03-09Change version to 1.0.90Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-03-08Add -g to compile flags.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-03-08Add -Wall and -Wfatal-errors compile flags, and correct code to compile cleanly.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-03-07Add myself to copyright in changed files, and correct address.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-03-07Add readline support to x11_plugin's commandline input.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-03-07Add -pedantic-errors and -Werror flags to compile, and fix code to comply.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-01-21Added myself to the usage message.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
2008-01-21Imported GNU robots from CVS.Bradley Smith
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>