File: update-configure.sh

package info (click to toggle)
r-cran-rnetcdf 2.9-2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,092 kB
  • sloc: ansic: 9,725; xml: 210; sh: 102; makefile: 12
file content (14 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# Update configure script(s)

set -e
set -u

# Set working directory to base directory of package:
thisdir="$( dirname "$0" )"
cd "$thisdir/.."

# Update configure for Unix-like platforms:
autoconf configure.ac > configure
rm -rf autom4te.cache