X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=README.git;fp=README.git;h=77595d6c6c701a98caeff0ef6b05a15a0ee8782e;hb=79e9a4f743b7b59fed968575f6b36171cf4a0063;hp=4f895c5faeb679999f1fa03d0f67821a43766540;hpb=fb5b260190b1c6d07ec822154094aee7416f292e;p=meshlink diff --git a/README.git b/README.git index 4f895c5f..77595d6c 100644 --- a/README.git +++ b/README.git @@ -13,7 +13,7 @@ to install the very latest versions of the following packages: 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 +23,4 @@ make dist To clean up your working copy so that no autogenerated files remain, run: -git clean +git clean -f