mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autoreconf --install || exit 1
|
|
echo "Running configure script with no arguments"
|
|
./configure
|