2 # DLIFE (C) 2000 Richard W.M. Jones <rich@annexia.org>
3 # and other authors listed in the ``AUTHORS'' file.
5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU General Public License
7 # as published by the Free Software Foundation; either version 2
8 # of the License, or (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 # $Id: Build.local,v 1.2 2002/04/05 17:02:25 rich Exp $
21 # This is a highly specialized build script for my machine. You will
22 # probably need to change this substantially to be appropriate for
25 # Please note also that you normally only ever run this script if you
26 # have changed something about the build process itself -- for example
27 # if you have changed ``configure.in'' or one of the ``Makefile.am''
28 # files. If you just want to do a normal rebuild after changing a
29 # source file, all you need to do is:
31 # make && make install
41 : Rebuilding autoconf/automake files
47 mkdir -p $HOME/.build/{usr/share/doc,etc/cron.d,etc/init.d,var} ||:
52 --prefix=$HOME/.build/usr \
53 --sysconfdir=$HOME/.build/etc \
54 --localstatedir=$HOME/.build/var
59 : Install in local build directory
60 make NO_CHOWN=1 install
62 : Now run it with: $HOME/.build/usr/bin/dlife_soup