mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +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
|