mirror of
https://github.com/cahirwpz/amigaos-gcc-2.95.3.git
synced 2025-12-08 14:58:59 +00:00
14 lines
238 B
Bash
Executable File
14 lines
238 B
Bash
Executable File
#! /bin/sh
|
|
|
|
SHELL=/bin/sh
|
|
export SHELL
|
|
|
|
echo AutoGen-ing inclhack.sh
|
|
autogen inclhack.def
|
|
|
|
echo AutoGen-ing fixincl.x
|
|
autogen -T fixincl.tpl -b fixincl inclhack.def
|
|
|
|
echo AutoGen-ing fixincl.sh
|
|
autogen -DPROGRAM=1 -b fixincl inclhack.def
|