ObjXMPP/autogen.sh
Jonathan Schleifer d76fc4129d
Kill #ifdef HAVE_CONFIG_H
There no longer is an Xcode project for which it is needed.
2018-11-05 23:30:18 +01:00

11 lines
188 B
Bash
Executable file

#!/bin/sh
set -e
# Set a version for OpenBSD
: ${AUTOCONF_VERSION:=2.69}
: ${AUTOMAKE_VERSION:=1.16}
export AUTOCONF_VERSION AUTOMAKE_VERSION
aclocal -I build-aux/m4
autoconf
autoheader