From 7bffc7bd3be1cc3e5c27c3a45e7002ed3711bbc6 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 13 Dec 2013 10:19:54 +0000 Subject: 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 --- README.Unix.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.Unix.txt') diff --git a/README.Unix.txt b/README.Unix.txt index 1e54e45ad..096d01726 100644 --- a/README.Unix.txt +++ b/README.Unix.txt @@ -293,12 +293,11 @@ dev directory: 3.2 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: -- cgit v1.2.3