From 11e91fb836d0a854d75c2767c1a689e48ffb933d Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 19 Oct 2013 18:22:42 +0200 Subject: Misc autofoo cleanups --- Makefile.am | 2 +- configure.ac | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7f72814..0f71319 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip +ACLOCAL_AMFLAGS = -I m4 bin_SCRIPTS = caja-dropbox CLEANFILES = $(bin_SCRIPTS) caja-dropbox.1 caja-dropbox.txt diff --git a/configure.ac b/configure.ac index 71ababa..9b0e6fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,10 @@ # Initialization -AC_INIT([caja-dropbox], 0.7.1) +AC_INIT([caja-dropbox], [0.7.1], [http://www.mate-desktop.org/]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip]) +AC_CONFIG_MACRO_DIR([m4]) AC_PREFIX_DEFAULT(/usr) AC_CONFIG_HEADERS(config.h) -- cgit v1.2.1