Skip to content

Commit 440e9a5

Browse files
committed
Remove autogen.sh in favour of autoreconf
1 parent 4ac9a0f commit 440e9a5

File tree

4 files changed

+3
-160
lines changed

4 files changed

+3
-160
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ncmpcpp-0.10.1 (2024-??-??)
22
* Fix compilation with `libc++`.
3+
* Remove `autogen.sh` in favour of `autoreconf`.
34

45
# ncmpcpp-0.10 (2024-09-03)
56
* Add the configuration option `mpd_password`.

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The simplest way to compile this package is:
3030
For the next two commands, `csh' users will need to prefix them with
3131
`sh '.
3232

33-
2. Run `./autogen.sh' to generate the `configure' script.
33+
2. Run `autoreconf -fiv' to generate the `configure' script.
3434

3535
3. Run `./configure' to configure the package for your system. This
3636
will take a while. While running, it prints some messages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The simplest way to compile this package is:
4444
For the next two commands, `csh` users will need to prefix them with
4545
`sh `.
4646

47-
2. Run `./autogen.sh` to generate the `configure` script.
47+
2. Run `autoreconf -fiv` to generate the `configure` script.
4848

4949
3. Run `./configure` to configure the package for your system. This
5050
will take a while. While running, it prints some messages

autogen.sh

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)