X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=README.git;h=92aa11375d67597ec5aa850b4822cea62b7298f0;hb=22d804d4467cfe9f3926ab6d37b69c3760395b6c;hp=4f895c5faeb679999f1fa03d0f67821a43766540;hpb=33f241d97852d7a171f1aaf1bda7f66356ff889e;p=tinc diff --git a/README.git b/README.git index 4f895c5f..92aa1137 100644 --- a/README.git +++ b/README.git @@ -8,12 +8,11 @@ to install the very latest versions of the following packages: - automake - autoconf - gettext -- libevent Then you have to let the autotools create all the autogenerated files, using this command: -autoreconf -f -s -i +autoreconf -fsi If you change configure.in or any Makefile.am file, you will have to rerun autoreconf. After this, you can run configure and make as usual. To create a @@ -23,4 +22,4 @@ make dist To clean up your working copy so that no autogenerated files remain, run: -git clean +git clean -f