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
fe4a9a6d
Commit
fe4a9a6d
authored
Dec 22, 2008
by
Qball Cow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build makefiles after checking available outputs and decoder plugins
Move the AC_OUTPUT below the checks. So you nicely see what goes wrong.
parent
3b2a752d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
configure.ac
configure.ac
+12
-10
No files found.
configure.ac
View file @
fe4a9a6d
...
...
@@ -903,15 +903,6 @@ then
MPD_CHECK_FLAG([-pedantic])
fi
dnl
dnl generate files
dnl
AC_OUTPUT(doc/Makefile src/Makefile Makefile)
dnl
dnl pretty-print result
dnl
...
...
@@ -1151,9 +1142,20 @@ else
echo " HTTP streaming (libcurl) ......disabled"
fi
echo ""
echo "##########################################"
echo ""
echo "Generating needed files for compilation"
echo ""
dnl
dnl generate files
dnl
AC_OUTPUT(doc/Makefile src/Makefile Makefile)
echo ""
echo "You are now ready to compile MPD"
echo "Type \"make\" to compile MPD"
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