From f4de8d0b9d1633ca3cc987cc890aa4453f47c33b Mon Sep 17 00:00:00 2001 From: Lutz Mueller Date: Mon, 27 Aug 2001 09:16:15 +0000 Subject: =?UTF-8?q?2001-08-27=20=20Lutz=20M=EF=BF=BDller=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Daniel Resare suggested using AC_CONFIG_SUBDIRS: * configure.in: Use AC_CONFIG_SUBDIRS(libgphoto2_port). * Makefile.am: build.sh isn't needed any more * INSTALL: Update installation instructions * doc/Makefile.am: Removed OVERVIEW and NOTES. This should have happened a long time ago. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2088 67ed7778-7388-44ab-90cf-0a291f65f57c --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index f84426f5d..ced2db488 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ The installation procedure should be quite simple: -1) ./build.sh - * pass build.sh any configure options +1) ./configure --prefix=/usr --sysconfdir=/etc + or any other options (try --help) 2) make install -- cgit v1.2.1