diff options
author | Perberos <[email protected]> | 2011-11-30 18:59:39 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-30 18:59:39 -0300 |
commit | e59145232c55785c2d5687d615016e6250140e79 (patch) | |
tree | fc459bc643fa6f0c7ee37a234370bff28e08b200 /configure.in | |
download | mate-backgrounds-e59145232c55785c2d5687d615016e6250140e79.tar.bz2 mate-backgrounds-e59145232c55785c2d5687d615016e6250140e79.tar.xz |
moving from https://github.com/perberos/Mate-Desktop-Environment
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/configure.in b/configure.in new file mode 100644 index 0000000..95a8ece --- /dev/null +++ b/configure.in @@ -0,0 +1,24 @@ +AC_INIT([mate-backgrounds], + [2011.11.16], + [https://github.com/perberos/mate-desktop-environment]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.9]) + +# Internationalization: +GETTEXT_PACKAGE=mate-backgrounds +AC_SUBST(GETTEXT_PACKAGE) +AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], + ["$GETTEXT_PACKAGE"], [The domain name to use with gettext.]) + +AM_GLIB_GNU_GETTEXT() +IT_PROG_INTLTOOL([0.35.0]) + +AM_MAINTAINER_MODE + +AC_OUTPUT([ +Makefile +abstract/Makefile +nature/Makefile +po/Makefile.in +]) |