From eb312664a2943d5a18659559c1b9d1ad1eeabe10 Mon Sep 17 00:00:00 2001 From: Olivier Sirol Date: Wed, 9 Oct 2002 16:41:43 +0000 Subject: [PATCH] encore et encore --- alliance/src/Makefile.am | 2 +- alliance/src/build | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100755 alliance/src/build diff --git a/alliance/src/Makefile.am b/alliance/src/Makefile.am index 69a62020..f5fb0a1a 100644 --- a/alliance/src/Makefile.am +++ b/alliance/src/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = @SUBDIRS@ -EXTRA_DIST = alliance.m4 motif.m4 xpm.m4 +EXTRA_DIST = alliance.m4 motif.m4 xpm.m4 build diff --git a/alliance/src/build b/alliance/src/build new file mode 100755 index 00000000..6924db29 --- /dev/null +++ b/alliance/src/build @@ -0,0 +1,24 @@ +#!/bin/sh +# +# Filename: build +# Author: Czo +# License: GPL (http://www.gnu.org/copyleft/gpl.html) +# Started: Oct 2002 +# Last Change: Wednesday 09 October 2002, 18:39 +# Edit Time: 0:24:13 +# Description: +# +# $Id: build,v 1.1 2002/10/09 16:41:43 czo Exp $ +# + +# The way the configure and Makefiles are written +# implies that you do a "make install" in one step +# rather than a "make" followed by a "make install" +# +# To avoid make problems, please use gnu make (gmake) +# The fowllowing commands builds the full package from scratch. + +export ALLIANCE_TOP=/usr/local/alliance +./configure --prefix=$ALLIANCE_TOP +gmake install +