Skip to content
Snippets Groups Projects
Commit be6440d0 authored by steve-e's avatar steve-e
Browse files

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

parent 541167aa
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment