mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:52:07 -04:00
Add autogen.sh script that regenerates configure
Reviewed by Witold on Jabber.
This commit is contained in:
parent
3dd63ba00f
commit
e9ebe75e54
1 changed files with 4 additions and 0 deletions
4
autogen.sh
Executable file
4
autogen.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Run this script after modifying configure.in to generate configure
|
||||
autoreconf -i
|
||||
Loading…
Reference in a new issue