Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ PR: 152402 Submitted by: Max Kochubey <root at hangover.org.ru>
11 lines
409 B
Bash
11 lines
409 B
Bash
--- autogen.sh.orig 2010-09-08 15:44:05.000000000 +0700
|
|
+++ autogen.sh 2010-10-18 13:37:36.000000000 +0700
|
|
@@ -63,7 +63,7 @@
|
|
fi
|
|
|
|
echo "Running autoreconf ..."
|
|
-$AUTORECONF --install --force --verbose || exit 1
|
|
+$AUTORECONF --install --force --verbose -I ./m4 || exit 1
|
|
|
|
# Hack to bypass bug in autoreconf - --install switch not passed to libtoolize,
|
|
# therefore missing config.sub and confg.guess files
|