This website requires JavaScript.
Explore
Help
Sign In
aniani
/
profanity
Watch
1
Star
0
Fork
0
You've already forked profanity
mirror of
https://github.com/profanity-im/profanity.git
synced
2024-10-27 20:30:13 -04:00
Code
27e598e957
profanity
/
bootstrap.sh
5 lines
42 B
Bash
Raw
Normal View
History
Unescape
Escape
Moved config.h to source folder
2012-07-01 09:52:45 -04:00
#!/bin/sh
Remove -fv flags from autoreconf
2016-09-12 19:47:54 -04:00
mkdir -p m4
Add Travis CI tests for Arch, Debian and OSX/macOS + Arch and Debian are run in Docker containers, as openSUSE Tumbleweed. + OSX/macOS doesn't use any containers. * Homebrew is used to fetch all the dependencies. * The dependencies are declared in the Brewfile.travis file. + The travis-build.sh script has been modified to check for the current OS and the different configure flags has been moved into an array that'll be looped through instead. The xscreensaver (for libXScrnSaver) flags has been removed for macOS as it only makes sense for systems running X11, which macOS doesn't (usually) do. + Some minor shellcheck fixes, too. Fixes: #1100
2019-06-04 07:45:17 -04:00
autoreconf -i
"
$@
"
Copy Permalink