Revision control
Copy as Markdown
Other Tools
#!/bin/bash
set -x
if [ ! -e config ]; then
mkdir config
fi
autoreconf -i
#!/bin/bash
set -x
if [ ! -e config ]; then
mkdir config
fi
autoreconf -i