diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-08 06:27:09 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-08 06:27:09 -0800 |
commit | 70eddac907f86e49a09a82c026d942270a7a6be8 (patch) | |
tree | c4a627674808efe2433cab0e8e19ac9ca76464b5 /configure.ac | |
parent | 7907b525b6eb6e848f4843fbd12577821f9a49de (diff) | |
parent | 11e91fb836d0a854d75c2767c1a689e48ffb933d (diff) | |
download | caja-dropbox-70eddac907f86e49a09a82c026d942270a7a6be8.tar.bz2 caja-dropbox-70eddac907f86e49a09a82c026d942270a7a6be8.tar.xz |
Merge pull request #8 from infirit/master
Autofoo cleanup for make dist/dictcheck
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) |