summaryrefslogtreecommitdiff
path: root/README.OSX.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2013-12-13 10:19:54 +0000
committerPierre Ossman <ossman@cendio.se>2013-12-13 10:19:54 +0000
commit7bffc7bd3be1cc3e5c27c3a45e7002ed3711bbc6 (patch)
tree3a43b4145509ec373329e60edabc902c20f840fd /README.OSX.txt
parentc65852122c8fbc8de37b29fbdcd5010d4f2bef75 (diff)
Add an autogen.sh script as is customary for autoconf based
projects. Also update the documentation to steer people to use this scripts. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10029 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README.OSX.txt')
-rw-r--r--README.OSX.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.OSX.txt b/README.OSX.txt
index 77ddf878b..ce720c3e4 100644
--- a/README.OSX.txt
+++ b/README.OSX.txt
@@ -91,12 +91,11 @@ dev directory:
2.3 Configuring FLTK
-----------------------
-If you got FLTK via subversion then you need two extra steps. Otherwise skip
-over this part. Stay in your FLTK source-code directory. Type the following
-but ignore any errors from the second command:
-
- autoconf
- automake --add-missing
+If you got FLTK via subversion then you need one extra step. Otherwise skip
+over this part. Stay in your FLTK source-code directory and type the
+following:
+
+ NOCONFIGURE=1 ./autogen.sh
Now configure your FLTK installation: