From df397fe9fd5e4b2b913c2a0de7bef06dc65b33e5 Mon Sep 17 00:00:00 2001 From: iovar Date: Thu, 18 Sep 2008 13:16:18 +0000 Subject: configure.ac : Fixed AC_INIT macro utilisation git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@559 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recordmydesktop/configure.ac') diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 4965552..7cff3df 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(src/rmd.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.7.3,) +AC_INIT( [recordmydesktop], [0.3.7.3], ) +AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) AM_CONFIG_HEADER(config.h) -- cgit v1.2.3