mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-24 15:32:27 +00:00
11 lines
154 B
Bash
Executable File
11 lines
154 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# $Id: autogen.sh 65 2004-12-24 19:51:17Z ctm $
|
|
|
|
set -o errexit -o nounset -o noclobber
|
|
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing
|
|
autoconf
|