diff options
| author | Jeff Layton <jlayton@samba.org> | 2011-06-01 08:47:21 -0400 |
|---|---|---|
| committer | Jeff Layton <jlayton@samba.org> | 2011-06-01 08:47:21 -0400 |
| commit | cbce1a68c419301904ad1fdc7c55b1d3b86fbdff (patch) | |
| tree | 5ee22b7024a77d799e2b4e001c6e437740ec543c /README | |
| parent | bb95a848469d6912b5f0d06068006cc824c590f6 (diff) | |
| download | cifs-utils-cbce1a68c419301904ad1fdc7c55b1d3b86fbdff.tar.gz cifs-utils-cbce1a68c419301904ad1fdc7c55b1d3b86fbdff.tar.bz2 cifs-utils-cbce1a68c419301904ad1fdc7c55b1d3b86fbdff.zip | |
README: suggest use of autoreconf -i
Otherwise you get warnings about missing files with recent autotools.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ If you pulled down the git tree directly, then you'll need to generate the autoconf/automake files before you can build. cd to the top of the build tree and run: - $ autoreconf + $ autoreconf -i If you downloaded a release tarball, then just unpack the sources and run these commands: |
