diff options
author | infirit <[email protected]> | 2013-10-19 18:22:42 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-19 18:22:42 +0200 |
commit | 11e91fb836d0a854d75c2767c1a689e48ffb933d (patch) | |
tree | c4a627674808efe2433cab0e8e19ac9ca76464b5 | |
parent | 195e9631dafed84eb0b2f705ea3c3dff72b65009 (diff) | |
download | caja-dropbox-11e91fb836d0a854d75c2767c1a689e48ffb933d.tar.bz2 caja-dropbox-11e91fb836d0a854d75c2767c1a689e48ffb933d.tar.xz |
Misc autofoo cleanups
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | 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) |