mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
6 lines
60 B
Bash
Executable File
6 lines
60 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
if [ ! -f "configure" ]; then
|
|
autoconf
|
|
fi
|