mirror of
https://https.git.savannah.gnu.org/git/patch.git
synced 2026-01-28 02:15:16 +00:00
7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#! /bin/sh
|
|
|
|
aclocal -I m4 -I gl/m4 --force
|
|
autoheader --force
|
|
autoconf --force
|
|
echo Run ./configure now ...
|