diff configure.in @ 1109:1c24949cf853

Fixed a configure warning about datarootdir. (Just ignoring it for now) Upped the version number to 2.1 in configure.in and using autoconf 2.67. Fixed a pair of Linux/gcc warnings in the compat library.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 26 Jul 2011 20:35:05 +0000
parents 1ab93c92d3ea
children 641aa6941b2a
line wrap: on
line diff
--- a/configure.in	Tue Jul 26 10:38:31 2011 +0000
+++ b/configure.in	Tue Jul 26 20:35:05 2011 +0000
@@ -2,7 +2,7 @@
 AC_CONFIG_HEADER(config.h)
 
 DW_MAJOR_VERSION=2
-DW_MINOR_VERSION=0
+DW_MINOR_VERSION=1
 DW_SUB_VERSION=0
 
 TARGET="dwindows"
@@ -10,6 +10,8 @@
 AC_SUBST(TARGET)
 AC_SUBST(TARGET2)
 
+AC_DEFUN([AC_DATAROOTDIR_CHECKED])
+
 DW_DIR=gtk
 DW_SRC=dw.c
 DW_DEFINE=__UNIX__