mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-05-08 23:52:27 +08:00
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat m4/*.m4 > acinclude.m4
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing --foreign --copy
|
|
autoconf
|