File: autogen.sh

package info (click to toggle)
dans-gdal-scripts 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,372 kB
  • ctags: 496
  • sloc: cpp: 7,427; sh: 1,064; makefile: 44
file content (9 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

# This creates all the autoconf stuff that you won't have in
# a fresh checkout of the code from the git repository

autoheader
aclocal -I m4
autoconf
automake --add-missing --copy