Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
7dfbdef5
Commit
7dfbdef5
authored
Dec 10, 2011
by
Avuton Olrich
Committed by
Max Kellermann
Dec 12, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: Update to methods which autoconf is going to
parent
94386374
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
configure.ac
configure.ac
+5
-4
No files found.
configure.ac
View file @
7dfbdef5
...
@@ -3,7 +3,7 @@ AC_INIT(mpd, 0.17~git, musicpd-dev-team@lists.sourceforge.net)
...
@@ -3,7 +3,7 @@ AC_INIT(mpd, 0.17~git, musicpd-dev-team@lists.sourceforge.net)
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 subdir-objects])
AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 subdir-objects])
AM_SILENT_RULES
AM_SILENT_RULES
A
M_CONFIG_HEADER
(config.h)
A
C_CONFIG_HEADERS
(config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])
AC_DEFINE(PROTOCOL_VERSION, "0.17.0", [The MPD protocol version])
AC_DEFINE(PROTOCOL_VERSION, "0.17.0", [The MPD protocol version])
...
@@ -1615,8 +1615,9 @@ echo 'Generating files needed for compilation'
...
@@ -1615,8 +1615,9 @@ echo 'Generating files needed for compilation'
dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
dnl Generate files
dnl Generate files
dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
AC_OUTPUT(Makefile)
AC_CONFIG_FILES(Makefile)
AC_OUTPUT(doc/doxygen.conf)
AC_CONFIG_FILES(doc/doxygen.conf)
AC_OUTPUT(mpd.service)
AC_CONFIG_FILES(mpd.service)
AC_OUTPUT
echo 'MPD is ready for compilation, type "make" to begin.'
echo 'MPD is ready for compilation, type "make" to begin.'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment