mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-02-06 08:48:21 +01:00
![Olivier Teulière](/assets/img/avatar_default.png)
- Added a bootstrap script to reduce manual work - Added a --enable-debug configure switch to define the DEBUG variable
7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autopoint -f
|
|
aclocal -I m4
|
|
autoheader
|
|
automake --add-missing --foreign --copy
|
|
autoconf
|