21f2fe4419
Summary: Test Plan: Reviewers: CC: Task ID: # Blame Rev:
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#! /bin/sh -e
|
|
rm -rf autom4te.cache
|
|
aclocal -I m4
|
|
autoheader
|
|
libtoolize --copy
|
|
automake --add-missing --copy
|
|
autoconf
|