mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
36446e7171
This reverts commit 361dc017a1
.
8 lines
144 B
Bash
Executable file
8 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autopoint -f
|
|
patch -p0 < po/makefile-qt4.patch
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --foreign --copy -Wall
|
|
autoconf -Wall
|