mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
ba230eda60
- Used the -Wall option of automake, and fixed the reported warnings - Updated french translation
7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autopoint -f
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --foreign --copy -Wall
|
|
autoconf
|