mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-04 18:33:20 -05:00
4 lines
49 B
Bash
Executable File
4 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
autoreconf -i -f
|
|
./configure ${1+"$@"}
|