comparison configure.in @ 1595:080b764e8982

Up version number to 2.3. Rename readme to readme.txt. Cleanup some formatting issues with the last commit.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 23 Feb 2012 13:03:45 +0000
parents 6baf177f335c
children 2675e0edcc1d
comparison
equal deleted inserted replaced
1594:6baf177f335c 1595:080b764e8982
41 dnl Checks for system 41 dnl Checks for system
42 AC_CANONICAL_SYSTEM 42 AC_CANONICAL_SYSTEM
43 43
44 dnl ---------------------- check for '--with-dwcompat' switch ----------------- 44 dnl ---------------------- check for '--with-dwcompat' switch -----------------
45 AC_ARG_WITH(dwcompat, 45 AC_ARG_WITH(dwcompat,
46 [ --with-dwcompat specify this to build the optional dwcompat library], 46 [ --with-dwcompat specify this to build the optional dwcompat library],
47 [with_dwcompat=$withval], 47 [with_dwcompat=$withval],
48 [with_dwcompat=no], 48 [with_dwcompat=no],
49 ) 49 )
50 50
51 dnl ---------------------- check for '--with-gtk3' switch ----------------- 51 dnl ---------------------- check for '--with-gtk3' switch -----------------