mirror of
https://github.com/pissnet/pissircd.git
synced 2024-06-05 07:48:44 +01:00
11 lines
253 B
Bash
Executable file
11 lines
253 B
Bash
Executable file
#!/bin/bash
|
|
echo "Regenerating 'configure' and headers..."
|
|
echo "NOTE: If you are not an UnrealIRCd developer you might want to run ./Config"
|
|
|
|
cd "$(dirname "${0}")"
|
|
|
|
ACLOCAL_AMFLAGS=(-I autoconf/m4)
|
|
|
|
aclocal "${ACLOCAL_AMFLAGS[@]}"
|
|
autoconf
|
|
autoheader
|