mirror of
https://github.com/gwenhael-le-moine/x48.git
synced 2025-01-12 20:01:13 +01:00
10 lines
122 B
Bash
10 lines
122 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
set -x
|
||
|
aclocal
|
||
|
#libtoolize --force --copy
|
||
|
autoheader
|
||
|
automake --add-missing --copy -Wno-portability
|
||
|
autoconf
|
||
|
|