[Lemon-commits] [lemon_svn] alpar: r1022 - hugo/branches/hugo++

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:42:46 CET 2006


Author: alpar
Date: Mon Aug  9 15:54:35 2004
New Revision: 1022

Modified:
   hugo/branches/hugo++/configure.ac

Log:
- Change version number to 0.2.
- Add sys/times.h to the header checking.


Modified: hugo/branches/hugo++/configure.ac
==============================================================================
--- hugo/branches/hugo++/configure.ac	(original)
+++ hugo/branches/hugo++/configure.ac	Mon Aug  9 15:54:35 2004
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([HugoLib], [0.1], [etik-ol at cs.elte.hu], [hugo])
+AC_INIT([HugoLib], [0.2], [etik-ol at cs.elte.hu], [hugo])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE(1.7)
 AC_CONFIG_SRCDIR([src/hugo/invalid.h])
@@ -14,7 +14,7 @@
 dnl Checks for libraries.
 
 dnl Checks for header files.
-AC_CHECK_HEADERS(limits.h sys/time.h unistd.h)
+AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST



More information about the Lemon-commits mailing list