mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:43:02 +01:00
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/sh
|
|
libtoolize --automake --force
|
|
aclocal
|
|
autoconf -Wall --force
|
|
automake -Wall --add-missing --force-missing
|