[gnome-chess] Run autoupdate on configure.ac



commit 90099706c8361bcfab64d535ccbdb62f76f8bcdc
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Tue Jun 25 20:17:46 2013 -0500

    Run autoupdate on configure.ac

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6e783d4..8b8d0fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnome-chess, 3.9.2)
+AC_INIT([gnome-chess],[3.9.2])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE([enable])
@@ -49,7 +49,7 @@ dnl ###########################################################################
 dnl Files to generate
 dnl ###########################################################################
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
 Makefile
 data/Makefile
 data/icons/Makefile
@@ -63,3 +63,4 @@ help/Makefile
 po/Makefile.in
 src/Makefile
 ])
+AC_OUTPUT


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]