mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
6b025b9541
- 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
|