Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
bee-files/m4.be0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get rid of ``` ./stdio.h:143:1: error: 'gets' undeclared here (not in a function); did you mean 'fgets'? _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ```
executable file
21 lines (15 sloc)
256 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env beesh | |
# BEE_VERSION m4-1.4.18-0 | |
SRCURL[0]="https://ftp.gnu.org/gnu/m4/m4-${PKGVERSION}.tar.bz2" | |
#mee_patch() { | |
# bee_patch | |
#} | |
#mee_configure() { | |
# bee_configure | |
#} | |
#mee_build() { | |
# bee_build | |
#} | |
#mee_install() { | |
# bee_install | |
#} |