diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-08-11 03:31:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-11 03:31:21 +0800 |
commit | e50c29108c72e0c43f878306fde3b49ec368cd97 (patch) | |
tree | f1de8609b7439389ffefeae44da36e14fd7c5ea4 /configure.ac | |
parent | 0b8be4a460c622da06b9629e2c2939fd2bc1f4ff (diff) | |
download | gsoc2013-evolution-e50c29108c72e0c43f878306fde3b49ec368cd97.tar.gz gsoc2013-evolution-e50c29108c72e0c43f878306fde3b49ec368cd97.tar.zst gsoc2013-evolution-e50c29108c72e0c43f878306fde3b49ec368cd97.zip |
Bug 591326 – Keep m4 macros in their own folder
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 12a8f51393..398a356999 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ dnl Autoconf / Automake Initialization AC_PREREQ(2.58) AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution]) AM_INIT_AUTOMAKE([gnu 1.9]) +AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(README) |