Skip to content

Commit f6db165

Browse files
committed
README.md: remove autogen from standard build procedure
1 parent e4bd982 commit f6db165

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ by the virtual machine.
1818

1919
Use the following commands to build, test, and install LMC.
2020

21-
sh autogen
2221
./configure
2322
make
2423
make check
@@ -37,7 +36,6 @@ Use the following commands to build, test, and install LMC.
3736
Use the follow commands to cross compile LMC, run the test suite under wine,
3837
and generate an installer exe:
3938

40-
sh autogen
4139
./configure --host=i586-mingw32msvc
4240
make
4341
make check

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.59)
2-
AC_INIT([lmc], [2.0.1], [linuxgeek@gmail.com])
2+
AC_INIT([lmc], [2.0.2], [linuxgeek@gmail.com])
33
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
44
AM_SILENT_RULES([yes])
55

man/lmas.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH LMC "1" "February 2015" "lmc 2.0.1" "User Commands"
1+
.TH LMC "1" "February 2015" "lmc 2.0.2" "User Commands"
22
.SH NAME
3-
lmc \- manual page for lmc 2.0.1
3+
lmc \- manual page for lmc 2.0.2
44
.SH SYNOPSIS
55
.B lmas
66
[\fIOPTION\fR] [\fIfilename\fR]

man/lmvm.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH LMC "1" "February 2015" "lmc 2.0.1" "User Commands"
1+
.TH LMC "1" "February 2015" "lmc 2.0.2" "User Commands"
22
.SH NAME
3-
lmc \- manual page for lmc 2.0.1
3+
lmc \- manual page for lmc 2.0.2
44
.SH SYNOPSIS
55
.B lmvm
66
[\fIOPTION\fR] [\fIfilename\fR]

0 commit comments

Comments
 (0)