b10718cf20
- moved to sourceforge - reorganized cvs structure
8 lines
85 B
Bash
Executable File
8 lines
85 B
Bash
Executable File
#! /bin/sh
|
|
# $Id$
|
|
set -e -v
|
|
aclocal
|
|
automake --add-missing
|
|
autoconf
|
|
./configure "$@"
|