summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac5
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)