summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/configure.in b/configure.in
deleted file mode 100644
index 73e9bd6..0000000
--- a/configure.in
+++ /dev/null
@@ -1,25 +0,0 @@
-AC_INIT([mate-backgrounds],
- [1.5.0],
- [http://www.mate-desktop.org])
-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
-desktop/Makefile
-nature/Makefile
-po/Makefile.in
-])