e59ca61c98
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
9 lines
122 B
Bash
Executable file
9 lines
122 B
Bash
Executable file
#! /bin/sh
|
|
|
|
set -x
|
|
aclocal
|
|
#libtoolize --force --copy
|
|
autoheader
|
|
automake --add-missing --copy -Wno-portability
|
|
autoconf
|
|
|