mirror of
https://github.com/gwenhael-le-moine/x48.git
synced 2024-11-16 19:50:21 +01:00
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
|
|
|