mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-16 07:47:39 +01:00
8 lines
98 B
Text
8 lines
98 B
Text
|
#!/bin/sh
|
||
|
|
||
|
autopoint -f
|
||
|
aclocal -I m4
|
||
|
autoheader
|
||
|
automake --add-missing --foreign --copy
|
||
|
autoconf
|