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