[accerciser] Updating autotools configuration



commit bf87779443f81a10cb158913753aaecb418c2ca7
Author: Javier HernÃndez <jhernandez emergya com>
Date:   Fri Nov 30 17:25:31 2012 +0100

    Updating autotools configuration
    
    GNOME Goal: Modernize your autotools configuration
    see: https://live.gnome.org/GnomeGoals/ModernAutotools

 configure.in => configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.ac
similarity index 93%
rename from configure.in
rename to configure.ac
index a95c884..6f7cd70 100644
--- a/configure.in
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Accerciser, 3.7.1pre, eitan ascender com, accerciser)
+AC_INIT([Accerciser],[3.7.1pre],[eitan ascender com],[accerciser])
 AC_CONFIG_SRCDIR(src/accerciser.in)
 AM_INIT_AUTOMAKE
 AM_MAINTAINER_MODE([enable])
@@ -48,3 +48,4 @@ src/lib/accerciser/i18n.py
 src/lib/accerciser/Makefile
 src/lib/accerciser/plugin/Makefile
 ])
+



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