Merge pull request #119 from stikonas/amhello

automake-1.15: do not try to build amhello with tcc
This commit is contained in:
fosslinux 2021-05-28 07:08:52 +10:00 committed by GitHub
commit a5965288b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,8 @@
src_prepare() {
default
rm doc/amhello-1.0.tar.gz
./bootstrap
}

View File

@ -5,6 +5,8 @@
src_prepare() {
default
rm doc/amhello-1.0.tar.gz
./bootstrap
}

View File

@ -5,6 +5,8 @@
src_prepare() {
default
rm doc/amhello-1.0.tar.gz
./bootstrap
rm doc/automake-history.info
@ -15,7 +17,7 @@ src_configure() {
}
src_compile() {
make MAKEINFO=true CC=tcc
make MAKEINFO=true
}
src_install() {