b535af4fc4
- switch from -Ds in Makefile to config.h - small header cleaup
9 lines
96 B
Bash
Executable File
9 lines
96 B
Bash
Executable File
#! /bin/sh
|
|
# $Id$
|
|
set -e -v
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing
|
|
autoconf
|
|
./configure "$@"
|