mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 19:37:00 +08:00
9 lines
115 B
Bash
Executable File
9 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
libtoolize
|
|
cat m4/*.m4 > aclocal.m4
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing --foreign --copy
|
|
autoconf
|