From 876109c69119d8bdd434d435230a47ce9dd1fd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 19 Jul 2013 12:05:50 +0100 Subject: Rename configure.in to configure.ac --- configure.ac | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') 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 -- cgit v1.2.1