mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-27 00:00:29 -05:00
7 lines
68 B
Bash
Executable File
7 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
libtoolize --force &&
|
|
aclocal &&
|
|
automake -a &&
|
|
autoconf
|
|
|