forked from andrewsoong/lis-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configure
executable file
·24 lines (20 loc) · 893 Bytes
/
configure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh
#-----------------------BEGIN NOTICE -- DO NOT EDIT-----------------------
# NASA Goddard Space Flight Center Land Information System (LIS) v7.2
#
# Copyright (c) 2015 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# All Rights Reserved.
#-------------------------END NOTICE -- DO NOT EDIT-----------------------
echo "------------------------------------------------------------------------"
echo 'Setting up configuration for LIS version 7.2r...'
cd arch
perl Config.pl
mv configure.lis ../make
mv LIS_misc.h ../make
mv LIS_NetCDF_inc.h ../make
echo "Settings are written to configure.lis in the make directory."
echo "If you wish to change settings, please edit that file."
echo ""
echo "To compile, run the compile script."
echo "------------------------------------------------------------------------"