File tree Expand file tree Collapse file tree 4 files changed +3
-160
lines changed Expand file tree Collapse file tree 4 files changed +3
-160
lines changed Original file line number Diff line number Diff line change 1
1
# ncmpcpp-0.10.1 (2024-??-??)
2
2
* Fix compilation with ` libc++ ` .
3
+ * Remove ` autogen.sh ` in favour of ` autoreconf ` .
3
4
4
5
# ncmpcpp-0.10 (2024-09-03)
5
6
* Add the configuration option ` mpd_password ` .
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The simplest way to compile this package is:
30
30
For the next two commands, `csh' users will need to prefix them with
31
31
`sh '.
32
32
33
- 2. Run `./autogen.sh ' to generate the `configure' script.
33
+ 2. Run `autoreconf -fiv ' to generate the `configure' script.
34
34
35
35
3. Run `./configure' to configure the package for your system. This
36
36
will take a while. While running, it prints some messages
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The simplest way to compile this package is:
44
44
For the next two commands, ` csh ` users will need to prefix them with
45
45
` sh ` .
46
46
47
- 2 . Run ` ./autogen.sh ` to generate the ` configure ` script.
47
+ 2 . Run ` autoreconf -fiv ` to generate the ` configure ` script.
48
48
49
49
3 . Run ` ./configure ` to configure the package for your system. This
50
50
will take a while. While running, it prints some messages
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments