This subsystem is no longer used so remove it. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p m4/
|
|
autoreconf -i
|
|
./configure --enable-debug $*
|