mirror of
https://github.com/opnsense/src.git
synced 2026-03-28 13:43:12 -04:00
Rationale see section 3.5 "Using `autoreconf' to Update `configure' Scripts" of the autoconf manual. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
4 lines
49 B
Bash
Executable file
4 lines
49 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autoreconf -fiv
|
|
rm -Rf autom4te.cache
|