#!/usr/bin/env bash #-----------------------------------------------------------------------------# # THIS SCRIPT IS AUTOMATICALLY GENERATED FROM SEVERAL SOURCE FILES. # # DO NOT EDIT THIS BY HAND, OR YOU WILL REGRET IT LATER. # #-----------------------------------------------------------------------------# # # # "Build" -- an automation script designed to work with autotools. # # # # Author / Maintainer: # # PHO # # # # Master repository: # # git://git.cielonegro.org/autobuild.git # # (but it might be moved to GitHub in the future) # # # # License: # # CC0 Public Domain Dedication # # # # Bug tracker: # # Not currently available. # # # # Please report any bugs, feature requests, and pull requests (the # # most preferred!) to the maintainer presented above. # # # #-----------------------------------------------------------------------------# # To the extent possible under law, the author(s) have dedicated # # all copyright and related and neighboring rights to this # # software to the public domain worldwide. This software is # # distributed without any warranty. # # # # You should have received a copy of the CC0 Public Domain # # Dedication along with this software. If not, see # # . # #-----------------------------------------------------------------------------# set -e