mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-26 03:58:15 +00:00
5 lines
94 B
Bash
5 lines
94 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Run this script after modifying configure.in to generate configure
|
||
|
autoreconf -i
|