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 /configure.ac | |
parent | 195e9631dafed84eb0b2f705ea3c3dff72b65009 (diff) | |
download | caja-dropbox-11e91fb836d0a854d75c2767c1a689e48ffb933d.tar.bz2 caja-dropbox-11e91fb836d0a854d75c2767c1a689e48ffb933d.tar.xz |
Misc autofoo cleanups
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
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) |