[latexila] Rename to GNOME LaTeX: configure.ac (first pass)



commit f277f9ecabaa697ed24b3b872ef1a94d3f2d3e34
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Dec 26 15:49:52 2017 +0100

    Rename to GNOME LaTeX: configure.ac (first pass)

 configure.ac |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 354921a..62f7ad1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 # Init Autoconf
 AC_PREREQ([2.64])
 
-AC_INIT([LaTeXila],
+AC_INIT([GNOME LaTeX],
        [3.27.2],
        [https://bugzilla.gnome.org/enter_bug.cgi?product=latexila],
        [latexila],
@@ -55,15 +55,15 @@ AC_SUBST([GEE_REQUIRED_VERSION])
 # For example ${datadir} becomes ${datarootdir}, and then ${prefix}/share, and
 # finally ${prefix} is replaced by the prefix.
 #
-# Why is it used in LaTeXila?
+# Why is it used in GNOME LaTeX?
 # TL;DR: Vala.
 #
 # If the variable is needed only in C code, it is possible to pass the value
 # with -D in the CPPFLAGS in the Makefile.am, and the value will correctly be
 # interpolated.
-# This macro is used in LaTeXila because the variables are needed in Vala, the
-# variables are accessed through vapi/config.vapi, so they need to be present
-# in the config.h (the variables are added to the config.h with
+# This macro is used in GNOME LaTeX because the variables are needed in Vala,
+# the variables are accessed through vapi/config.vapi, so they need to be
+# present in the config.h (the variables are added to the config.h with
 # AC_DEFINE_UNQUOTED).
 AC_DEFUN([adl_RECURSIVE_EVAL],
 [_lcl_receval="$1"


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