summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/configure.in b/configure.in
deleted file mode 100644
index e89416f..0000000
--- a/configure.in
+++ /dev/null
@@ -1,24 +0,0 @@
-AC_PREREQ(2.54)
-AC_INIT([mate-common], [1.5.1], [https://github.com/mate-desktop/mate-common])
-
-AC_CONFIG_SRCDIR([macros/mate-autogen])
-
-AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
-
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
-
-if test -z "$enable_maintainer_mode"; then
- enable_maintainer_mode=yes
-fi
-
-AM_MAINTAINER_MODE([enable])
-
-AC_CONFIG_FILES([
-Makefile
-macros/Makefile
-doc-build/Makefile
-doc-build/mate-doc-common
-doc/Makefile
-])
-
-AC_OUTPUT