X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=README.git;h=92aa11375d67597ec5aa850b4822cea62b7298f0;hp=c68a262018827027dba7186929015aa359233cdb;hb=5865fd2676b8c77ac8f71b3fd997593cafbd153f;hpb=f81cea3bdc8683b27188cd8f24a2de906a29eb81 diff --git a/README.git b/README.git index c68a262..92aa113 100644 --- a/README.git +++ b/README.git @@ -12,7 +12,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 @@ -22,4 +22,4 @@ make dist To clean up your working copy so that no autogenerated files remain, run: -git clean +git clean -f