File: autojoe

package info (click to toggle)
joe 3.5-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,088 kB
  • ctags: 2,405
  • sloc: ansic: 33,186; sh: 3,413; makefile: 130
file content (21 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# The automake and autoconf commands which need to be run

#!/bin/sh

aclocal

autoheader

automake -a -c

automake -a -c man/Makefile

automake -a -c man/ru/Makefile

automake -a -c rc/Makefile

automake -a -c syntax/Makefile

automake -a -c po/Makefile

autoconf