[Lemon-commits] [lemon_svn] ladanyi: r676 - hugo/branches/ladanyi/automake_test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:54 CET 2006
Author: ladanyi
Date: Tue May 4 10:21:00 2004
New Revision: 676
Modified:
hugo/branches/ladanyi/automake_test/configure.ac
Log:
Moved AM_INIT_AUTOMAKE just after AC_INIT.
Modified: hugo/branches/ladanyi/automake_test/configure.ac
==============================================================================
--- hugo/branches/ladanyi/automake_test/configure.ac (original)
+++ hugo/branches/ladanyi/automake_test/configure.ac Tue May 4 10:21:00 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])
+AM_INIT_AUTOMAKE
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/include/hugo/invalid.h])
-AM_INIT_AUTOMAKE
dnl Checks for programs.
AC_PROG_CC
More information about the Lemon-commits
mailing list