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

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


Author: ladanyi
Date: Wed Apr 28 16:31:25 2004
New Revision: 611

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

Log:
Fixed a quoting mistake.

Modified: hugo/branches/ladanyi/automake_test/configure.ac
==============================================================================
--- hugo/branches/ladanyi/automake_test/configure.ac	(original)
+++ hugo/branches/ladanyi/automake_test/configure.ac	Wed Apr 28 16:31:25 2004
@@ -1,6 +1,6 @@
 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)
 



More information about the Lemon-commits mailing list