summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-10-04 16:44:08 +0200
committerJavier Jardón <jjardon@gnome.org>2010-10-04 16:44:08 +0200
commit0cc327a74a98da50f855e0d8d9c4470b4725ccbe (patch)
treecbce8a364f94e7be851d369134460d6273b153f1 /configure.ac
parenta9b8a67a96a5a79685426538a40b87c17fbbf062 (diff)
downloadgnome-backgrounds-0cc327a74a98da50f855e0d8d9c4470b4725ccbe.tar.gz
Rename configure.in to configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..96b273c
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,22 @@
+AC_INIT([gnome-backgrounds], [2.29.92])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.9])
+
+# Internationalization:
+GETTEXT_PACKAGE=gnome-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
+])