Let automake generate some files in config/ subdir so that top-level doesn't get too cluttered.

This commit is contained in:
Stephan Erb 2009-01-11 18:14:06 +00:00
parent 541167aa3e
commit be6440d010
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
AC_INIT([Gajim - A Jabber Instant Messager],
[0.12.0.1-svn],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.8])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.8])
AM_MAINTAINER_MODE
dnl Make Objective-C work with automake