diff options
author | Piers Cornwell <piersc@cogs.susx.ac.uk> | 2003-06-19 02:08:03 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-19 02:08:03 +0800 |
commit | 4b1c6effe07b024a96efa38414acd5fe7b094295 (patch) | |
tree | f538f9b2f8f5d49cf3c6a1c143e3b44666d09fe7 /configure.in | |
parent | b40f531dea45d3b365bd310536afddc32573caad (diff) | |
download | gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.gz gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.bz2 gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.lz gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.xz gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.zst gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.zip |
Remove unused variables.
2003-06-18 Piers Cornwell <piersc@cogs.susx.ac.uk>
* configure.in:
Remove unused variables.
* src/ephy-window.c:
Add ellipse to Find menu item.
* src/ephy-main.c: (ephy_main_start):
Use the full program name, mark an error message as translatable
and don't print any message on launch when a window is already
open.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.in b/configure.in index 1516091aa..d833d3907 100644 --- a/configure.in +++ b/configure.in @@ -11,28 +11,8 @@ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -GCONF_REQUIRED=1.0.4 -GDK_PIXBUF_REQUIRED=0.13.0 -GLIB_REQUIRED=1.2.9 -LIBGLADE_REQUIRED=0.13 -GNOME_LIBS_REQUIRED=1.2.11 -GNOME_REQUIRED=1.2.8 -GNOME_VFS_REQUIRED=1.0.1 -GTK_REQUIRED=1.2.9 -LIBXML_REQUIRED=1.8.14 -OAF_REQUIRED=0.6.5 -ORBIT_REQUIRED=0.5.7 -MOZILLA_REQUIRED=1.3 -SCROLLKEEPER_REQUIRED=0.1.4 LIBBONOBOUI_REQUIRED=2.1.1 -AC_SUBST(SCROLLKEEPER_REQUIRED) -AC_SUBST(GNOME_VFS_REQUIRED) -AC_SUBST(LIBXML_REQUIRED) -AC_SUBST(ORBIT_REQUIRED) -AC_SUBST(LIBGLADE_REQUIRED) -AC_SUBST(GNOME_LIBS_REQUIRED) -AC_SUBST(MOZILLA_REQUIRED) AC_SUBST(LIBBONOBOUI_REQUIRED) AC_ENABLE_SHARED(yes) |