mirror of
https://github.com/dirtbags/fluffy.git
synced 2025-01-08 04:50:59 -07:00
4fef3ee62d
added: additional standard GNU top-dir doc
8 lines
145 B
Bash
Executable file
8 lines
145 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
[ ! -d "m4" ] && mkdir m4
|
|
|
|
autoreconf --install --force
|
|
rm -rf autom4te.cache
|
|
|
|
./configure --enable-maintainer-mode --enable-debug
|