mirror of
https://github.com/yawut/SDL.git
synced 2026-04-12 11:56:08 -05:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Regenerate configuration files
|
|
cp acinclude.m4 aclocal.m4
|
|
autoconf
|