File: autogen.sh

package info (click to toggle)
ufraw 0.20-2%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 4,704 kB
  • ctags: 2,177
  • sloc: ansic: 27,165; cpp: 13,668; sh: 4,365; makefile: 226; xml: 202
file content (13 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# $Id: autogen.sh,v 1.8 2013/10/06 05:00:15 nkbj Exp $

# Generate all autoconf/automake files, to prepare for running
# configure from only the contents of CVS.

# We silently assume that Automake 1.5 (released 2001-08-23) or higher is used.

aclocal
autoconf
autoheader
automake --foreign --add-missing --copy