summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Klauer <ulrich@chirlu.de>2013-04-30 23:10:11 +0200
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-05-01 07:38:52 +1000
commiteaae8e05b7243b30e26e7e5fce243925492c660b (patch)
tree1a45b63b154cb091519808b99cc8388581a8ed48
parent395e4ff45ff4786a9c0f7aae29e535f29e224229 (diff)
downloadflac-eaae8e05b7243b30e26e7e5fce243925492c660b.tar.gz
Refer to configure.ac instead of configure.in
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 41ba1363..1c0016ee 100644
--- a/README
+++ b/README
@@ -93,7 +93,7 @@ Note to embedded developers
libFLAC has grown larger over time as more functionality has been
included, but much of it may be unnecessary for a particular embedded
implementation. Unused parts may be pruned by some simple editing of
-configure.in and src/libFLAC/Makefile.am; the following dependency
+configure.ac and src/libFLAC/Makefile.am; the following dependency
graph shows which modules may be pruned without breaking things
further down:
@@ -174,7 +174,7 @@ $HOME/.xmms/Plugins, instead of the global XMMS plugin area
Use these if you have these packages but configure can't find them.
If you want to build completely from scratch (i.e. starting with just
-configure.in and Makefile.am) you should be able to just run 'autogen.sh'
+configure.ac and Makefile.am) you should be able to just run 'autogen.sh'
but make sure and read the comments in that file first.
@@ -245,6 +245,6 @@ and remove any "FLAC__HAS_OGG" definitions.
Building on Mac OS X
===============================================================================
-If you have Fink or a recent version of OS X with the proper autotooles,
+If you have Fink or a recent version of OS X with the proper autotools,
the GNU flow above should work. The Project Builder project has been
deprecated but we are working on replacing it with an Xcode equivalent.