*** empty log message ***
[m17n/libotf.git] / configure.ac
index 228da18..5cbcc8b 100644 (file)
@@ -23,8 +23,8 @@ dnl License along with this library, in a file named COPYING; if not,
 dnl write to the Free Software Foundation, Inc., 59 Temple Place, Suite
 dnl 330, Boston, MA 02111-1307, USA.
 
-AC_INIT(libotf, 0.9.11pre, handa@m17n.org)
-AM_INIT_AUTOMAKE(libotf, 0.9.11pre)
+AC_INIT(libotf, 0.9.13, handa@m17n.org)
+AM_INIT_AUTOMAKE(libotf, 0.9.13)
 AM_CONFIG_HEADER(src/config.h)
 
 # Checks for programs.
@@ -40,6 +40,8 @@ AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h])
 
 AC_CHECK_HEADERS([X11/Xaw/Command.h], , no_x=yes)
 
+AM_CONDITIONAL([X11_UNAVAILABLE], [test x$no_x = xyes])
+
 # Checks for typedefs, structures, and compiler characteristics.
 
 # Checks for library functions.