/[ascend]/trunk/jam/configure
ViewVC logotype

Contents of /trunk/jam/configure

Parent Directory Parent Directory | Revision Log Revision Log


Revision 79 - (show annotations) (download)
Tue Dec 6 08:30:16 2005 UTC (17 years, 3 months ago) by johnpye
File size: 403 byte(s)
Added a skeleton 'configure' script that copies the
Jamrules_general.in to Jamrules_general.
Updated readme with information about this.
1 #!/bin/bash
2
3 if [ -e Jamrules_general ]; then
4 if [ ! -e Jamrules_general.old ]; then
5 echo "Moving Jamrules_general out of the way..."
6 mv Jamrules_general Jamrules_general.old
7 else
8 echo "Can't move Jamrules_general out of the way..."
9 echo "Jamrules_general.old is already there."
10 fi
11 fi
12
13 cp Jamrules_general.in Jamrules.general
14 echo "Jamrules_general created. Edit for you local configuration"

Properties

Name Value
svn:executable *

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22