summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-06-05 22:38:21 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-06-05 22:38:21 +0000
commit05720f9d62676a700d48b45eef814fa043632a3f (patch)
treeab05c3aae13891707ebb5e8a54ce4dfa6196db03 /INSTALL
parent4e43052e1beb8bc09a4402b80ac80e44a48fda4b (diff)
downloadlibgphoto2-05720f9d62676a700d48b45eef814fa043632a3f.tar.gz
2002-06-06 Lutz M�ller <lutz@users.sourceforge.net>
* INSTALL: Fix the aclocal command. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4616 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 398f266c0..0c5f3584f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -33,7 +33,8 @@ As to whether 'autogen.sh' does its job, we are not completely sure.
- libtoolize --force --copy
- gettextize --force --copy
- - aclocal -I/path/to/macros (these macros typically are in
+ - 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)
- autoheader
- automake --add-missing --gnu