mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 12:23:12 +02:00
9 lines
77 B
Bash
Executable File
9 lines
77 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
autoheader
|
|
aclocal -I m4
|
|
automake --add-missing
|
|
autoconf
|