diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-08 21:42:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-08 21:42:23 +0800 |
commit | 1944203b014cc0e2ff23c81534e03206936a1578 (patch) | |
tree | e1ed58454b9855999ee58a42bfc724c47a07aa3a /configure.in | |
parent | 512da5665179b1bf7815e33f2d2e9f3a4f59380c (diff) | |
download | gsoc2013-epiphany-1944203b014cc0e2ff23c81534e03206936a1578.tar gsoc2013-epiphany-1944203b014cc0e2ff23c81534e03206936a1578.tar.gz gsoc2013-epiphany-1944203b014cc0e2ff23c81534e03206936a1578.tar.bz2 gsoc2013-epiphany-1944203b014cc0e2ff23c81534e03206936a1578.tar.lz gsoc2013-epiphany-1944203b014cc0e2ff23c81534e03206936a1578.tar.xz gsoc2013-epiphany-1944203b014cc0e2ff23c81534e03206936a1578.tar.zst gsoc2013-epiphany-1944203b014cc0e2ff23c81534e03206936a1578.zip |
R src/epiphany.in:
2004-08-08 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* src/Makefile.am:
R src/epiphany.in:
Get rid of the startup script, and use rpath linking instead.
Ported from galeon.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 098ec0bd7..963024fca 100644 --- a/configure.in +++ b/configure.in @@ -281,6 +281,4 @@ help/C/Makefile help/es/Makefile help/eu/Makefile po/Makefile.in -src/epiphany -], -[chmod +x src/epiphany]) +]) |