summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorArnaud Launay <asl@launay.org>2002-10-27 10:45:48 +0000
committerArnaud Launay <asl@launay.org>2002-10-27 10:45:48 +0000
commit71965c180acaf4848c5a2056d8d85a3a01f2ca1b (patch)
tree761f3b791e222bcaa46a217677a37a82d16eb97b /INSTALL
parentf183841e710686eb13c22d3854891ad9494d46cb (diff)
downloadlibgphoto2-71965c180acaf4848c5a2056d8d85a3a01f2ca1b.tar.gz
don't use copy, use symlinks
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5498 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 079e46713..10f27e20f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -34,8 +34,8 @@ As to whether 'autogen.sh' does its job, we are not completely sure.
prepare step 1 manually. That is, the following commands need to be
executed in both gphoto2 and gphoto2/libgphoto2_port:
- - libtoolize --force --copy
- - gettextize --force --copy
+ - libtoolize --force
+ - gettextize --force
- aclocal -I /path/to/gphoto2/libgphoto2_port/m4 -I /path/to/other/macros
(these other macros typically are in
/opt/gnome/share/aclocal or /usr/share/aclocal)