Skip to content

Commit 5beb1a3

Browse files
author
grothoff
committed
-new API proposal
git-svn-id: https://gnunet.org/svn/libmicrohttpd@25131 140774ce-b5e7-0310-ab8b-a85725594a96
1 parent a3e71a4 commit 5beb1a3

File tree

3 files changed

+247
-315
lines changed

3 files changed

+247
-315
lines changed

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Installation Instructions
22
*************************
33

4-
Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
4+
Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
55
Inc.
66

77
Copying and distribution of this file, with or without modification,
@@ -309,10 +309,9 @@ causes the specified `gcc' to be used as the C compiler (unless it is
309309
overridden in the site shell script).
310310

311311
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
312-
an Autoconf limitation. Until the limitation is lifted, you can use
313-
this workaround:
312+
an Autoconf bug. Until the bug is fixed you can use this workaround:
314313

315-
CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
314+
CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
316315

317316
`configure' Invocation
318317
======================
@@ -368,3 +367,4 @@ operates.
368367

369368
`configure' also accepts some other, not widely useful, options. Run
370369
`configure --help' for more details.
370+

0 commit comments

Comments
 (0)