mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
10 lines
256 B
Bash
Executable file
10 lines
256 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autopoint -f
|
|
patch -p0 < po/makefile-qt4.patch
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --foreign --copy -Wall
|
|
# It would be nice to use -Wall, but AM_GNU_GETTEXT generates
|
|
# way too many warnings in version 0.18.1
|
|
autoconf -Wno-obsolete
|