File: autogen

package info (click to toggle)
libcgicc 3.2.19-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,020 kB
  • sloc: cpp: 5,023; sh: 4,438; makefile: 169; sed: 1
file content (18 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh

## Simple script to automate common automake-related tasks

echo "== Running aclocal =="
aclocal -I m4 --install

echo "== Running autoheader =="
autoheader

echo "== Running libtoolize =="
libtoolize -f -i -c

echo "== Running automake =="
automake --add-missing -c -f

echo "== Running autoconf =="
autoconf