diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-24 03:41:16 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-24 03:41:16 +0800 |
commit | 2529f160fc254fb59043a34d76c5ad82cb86abc5 (patch) | |
tree | 3192ca6b1277981be384e5db4622ef555f74207d | |
parent | d0d370b396bb2bfa6475b238756cc12c1c191f0e (diff) | |
download | gsoc2013-epiphany-2529f160fc254fb59043a34d76c5ad82cb86abc5.tar gsoc2013-epiphany-2529f160fc254fb59043a34d76c5ad82cb86abc5.tar.gz gsoc2013-epiphany-2529f160fc254fb59043a34d76c5ad82cb86abc5.tar.bz2 gsoc2013-epiphany-2529f160fc254fb59043a34d76c5ad82cb86abc5.tar.lz gsoc2013-epiphany-2529f160fc254fb59043a34d76c5ad82cb86abc5.tar.xz gsoc2013-epiphany-2529f160fc254fb59043a34d76c5ad82cb86abc5.tar.zst gsoc2013-epiphany-2529f160fc254fb59043a34d76c5ad82cb86abc5.zip |
configure.ac: do not define EPIPHANY_UA_VERSION
It's unused.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 29e791686..5d8c1540e 100644 --- a/configure.ac +++ b/configure.ac @@ -28,11 +28,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -# This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=3.7 - AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) -AC_SUBST([EPIPHANY_UA_VERSION]) # for EPHY_CHECK_VERSION AC_SUBST([EPIPHANY_MAJOR_VERSION], [epiphany_version_major]) |