summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2013-07-19 12:05:50 +0100
committerJavier Jardón <jjardon@gnome.org>2013-07-19 12:05:50 +0100
commit876109c69119d8bdd434d435230a47ce9dd1fd98 (patch)
tree6c749cb371e1ccc4b47b892700d26fff0876dfcd /configure.ac
parent9739c718813dff951c4201e06e8f3e64036ed37e (diff)
downloadgnome-common-876109c69119d8bdd434d435230a47ce9dd1fd98.tar.gz
Rename configure.in to configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac23
1 files changed, 23 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..40cca9b
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,23 @@
+AC_PREREQ(2.54)
+AC_INIT([gnome-common], [3.7.4],
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common])
+
+AC_CONFIG_SRCDIR([macros2/gnome-autogen.sh])
+
+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
+macros2/Makefile
+doc-build/Makefile
+doc-build/gnome-doc-common
+])
+
+AC_OUTPUT