mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
4 lines
49 B
Bash
Executable File
4 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
autoreconf -i -f
|
|
./configure ${1+"$@"}
|