author | Michael Krelin <hacker@klever.net> | 2006-09-28 21:30:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-09-28 21:30:00 (UTC) |
commit | dcd46fa0189aa1893eb2faa7da4fd823dc6c392d (patch) (side-by-side diff) | |
tree | 43148b7b3fdef59c0150c120179b86dbbdd5aac3 | |
parent | 5659bfd13d49fe56aba072b29de0bd0bb332aebd (diff) | |
download | fireflix-dcd46fa0189aa1893eb2faa7da4fd823dc6c392d.zip fireflix-dcd46fa0189aa1893eb2faa7da4fd823dc6c392d.tar.gz fireflix-dcd46fa0189aa1893eb2faa7da4fd823dc6c392d.tar.bz2 |
beautified copyright sign in license
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@167 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b76ae0f..f205db5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,28 +1,28 @@ AC_INIT([fireflix], [0.0], [fireflix-bugs@klever.net]) AC_CONFIG_SRCDIR([install.rdf.in]) AM_INIT_AUTOMAKE([dist-bzip2]) AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) AC_PATH_PROG([ZIP],[zip],[false]) if test "${ZIP}" = "false" ; then AC_MSG_ERROR([zip is required to produce packaged extension]) fi AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) AC_SUBST([xpidir],[\${top_builddir}/xpi]) AC_SUBST([xpichromedir],[\${xpidir}/chrome]) AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content]) AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale]) -COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' COPYING|tr '\n' ' '`" +COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' -e 's/(c)/\\©/g' COPYING|tr '\n' ' '`" AC_SUBST([COPYING]) AC_CONFIG_FILES([ Makefile install.rdf update.rdf content/Makefile content/autoconf.dtd locale/Makefile ]) AC_OUTPUT |