diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-01 22:29:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-01 22:29:11 +0800 |
commit | a9f5f6a3a6f6de18242e6e0e89b93bfa70e1a535 (patch) | |
tree | e8b7d3522e5ab5d7d176e28ab2b848a46302b3b7 /configure.ac | |
parent | f686d272ac4558e0ebda8f3aa873d2d9eefb17b5 (diff) | |
download | gsoc2013-epiphany-a9f5f6a3a6f6de18242e6e0e89b93bfa70e1a535.tar.gz gsoc2013-epiphany-a9f5f6a3a6f6de18242e6e0e89b93bfa70e1a535.tar.zst gsoc2013-epiphany-a9f5f6a3a6f6de18242e6e0e89b93bfa70e1a535.zip |
Bump version number and fix aclocal flags.
2004-11-01 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Bump version number and fix aclocal flags.
* doc/reference/tmpl/ephy-embed-persist.sgml:
* doc/reference/tmpl/ephy-embed.sgml:
* doc/reference/tmpl/ephy-extensions-manager.sgml:
* doc/reference/tmpl/ephy-window.sgml:
* doc/reference/tmpl/epiphany-unused.sgml:
Update.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3bbbf53e4..0c40f15d2 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.5.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.5.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -29,12 +29,15 @@ AC_SUBST([EPIPHANY_MAJOR]) AM_INIT_AUTOMAKE([dist-bzip2 check-news]) +dnl AC_SUBST([ACLOCAL_AMFLAGS], ["-I $ac_macro_dir \${ACLOCAL_FLAGS}"]) +AC_SUBST([ACLOCAL_AMFLAGS], ["\${ACLOCAL_FLAGS}"]) + AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.29]) -GLIB_REQUIRED=2.5.5 -PANGO_REQUIRED=1.5.1 +GLIB_REQUIRED=2.5.4 +PANGO_REQUIRED=1.6.0 GTK_REQUIRED=2.5.4 LIBXML_REQUIRED=2.6.12 LIBGNOMEVFS_REQUIRED=2.3.1 |