author | Michael Krelin <hacker@klever.net> | 2006-11-12 11:59:41 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-11-12 11:59:41 (UTC) |
commit | ffd3d21bea4a1684ad33dc91564180648a74b447 (patch) (unidiff) | |
tree | 207bfb77e72b339768f06e162ad85c32bce0e289 | |
parent | ef482613de4ee8e8fd65b053d54528cc342f7362 (diff) | |
download | fireflix-ffd3d21bea4a1684ad33dc91564180648a74b447.zip fireflix-ffd3d21bea4a1684ad33dc91564180648a74b447.tar.gz fireflix-ffd3d21bea4a1684ad33dc91564180648a74b447.tar.bz2 |
fixed building in the directory other than source directory
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@210 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 386d6f1..9f3ebe1 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -14,7 +14,7 @@ AC_SUBST([xpichromedir],[\${xpidir}/chrome]) | |||
14 | AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content]) | 14 | AC_SUBST([xpichromecontentdir],[\${xpichromedir}/content]) |
15 | AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale]) | 15 | AC_SUBST([xpichromelocaledir],[\${xpichromedir}/locale]) |
16 | 16 | ||
17 | COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' -e 's/(c)/\\©/g' COPYING|tr '\n' ' '`" | 17 | COPYING="`sed -e 's/\\"/\\"/g' -e 's,$,<br/>,g' -e 's/(c)/\\©/g' ${srcdir}/COPYING|tr '\n' ' '`" |
18 | AC_SUBST([COPYING]) | 18 | AC_SUBST([COPYING]) |
19 | 19 | ||
20 | AC_CONFIG_FILES([ | 20 | AC_CONFIG_FILES([ |