Files
calculet-npu-research-archive/source/repositories-complete/systemc-exact/systemc/config/bootstrap
T

14 lines
229 B
Bash
Executable File

#! /bin/sh
LIBTOOLIZE=libtoolize
if test x"`uname -s`" = "xDarwin" ; then
LIBTOOLIZE=glibtoolize
fi
aclocal -I config && \
$LIBTOOLIZE --automake --force --copy && \
automake --add-missing --copy && \
autoconf
# Taf!