summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: c3538bb8292dee2c2e173bbce104c8aa60a353e7 (plain)
1
2
3
4
5
6
#!/bin/bash

autoreconf -fi;
rm -Rf autom4te.cache;

doc/autogen.sh