diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 9c47d6e1fa2..9a556520070 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -31,7 +31,7 @@ For each step, check for possible errors. | |||
| 31 | 5. Edit configure.in so that maintainer-mode is off by default. | 31 | 5. Edit configure.in so that maintainer-mode is off by default. |
| 32 | (FIXME - need to find a better way of dealing with this). | 32 | (FIXME - need to find a better way of dealing with this). |
| 33 | 33 | ||
| 34 | autoreconf -I m4 --force | 34 | autoreconf -i -I m4 --force |
| 35 | make bootstrap | 35 | make bootstrap |
| 36 | 36 | ||
| 37 | 6. Commit etc/AUTHORS, all the files changed by M-x set-version, and | 37 | 6. Commit etc/AUTHORS, all the files changed by M-x set-version, and |