11 lines
177 B
Bash
Executable file
11 lines
177 B
Bash
Executable file
#! /bin/sh
|
|
|
|
set -x
|
|
|
|
## aclocal warns way too much!
|
|
aclocal-1.8 2>&1 | grep -v '.usr.share.aclocal.'
|
|
# -I config
|
|
autoheader
|
|
automake-1.8 --add-missing --copy
|
|
#automake
|
|
autoconf
|