Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 882:ada7d14a8ad9
prev866:86cd01c2b2d3
next899:18e0cdea76aa
author nkeynes
date Mon Oct 20 06:19:07 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Remove run button disabling, instead print an error when attempting to run in an unrunnable situation and stop.
file annotate diff log raw
1.1 --- a/configure.in Mon Oct 06 01:05:12 2008 +0000
1.2 +++ b/configure.in Mon Oct 20 06:19:07 2008 +0000
1.3 @@ -1,7 +1,7 @@
1.4 dnl Process this file with autoconf to produce a configure script.
1.5
1.6 AC_INIT(configure.in)
1.7 -AM_INIT_AUTOMAKE(lxdream, 0.8.4)
1.8 +AM_INIT_AUTOMAKE(lxdream, 0.9)
1.9 AM_MAINTAINER_MODE
1.10 AM_CONFIG_HEADER(config.h)
1.11
.