[Lemon-commits] [lemon_svn] ladanyi: r625 - hugo/branches/ladanyi/automake_test

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


Author: ladanyi
Date: Thu Apr 29 17:25:26 2004
New Revision: 625

Modified:
   hugo/branches/ladanyi/automake_test/configure.ac

Log:
Minor fixes.

Modified: hugo/branches/ladanyi/automake_test/configure.ac
==============================================================================
--- hugo/branches/ladanyi/automake_test/configure.ac	(original)
+++ hugo/branches/ladanyi/automake_test/configure.ac	Thu Apr 29 17:25:26 2004
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT([HugoLib], [0.1], [etik-ol at cs.elte.hu], [hugo])
-AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/include/hugo/invalid.h])
-AM_INIT_AUTOMAKE(hugo, 0.1)
+AM_INIT_AUTOMAKE
 
 dnl Checks for programs.
 AC_PROG_CC



More information about the Lemon-commits mailing list