ObjFW  Check-in [b415f514ae]

Overview
Comment:objfw-config.in: Use newlines between flag types.

This is better than spaces as it does not break objfw-compile, which
uses --lib-prefix, appends the library name and then --lib-suffix. With
spaces, the library filename would have a space after the prefix, which
breaks linking a library.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b415f514ae1d0b821104ea296c6924fc89900a1254fc46a930cf12dd916ee3c7
User & Date: js on 2012-07-12 02:57:04
Other Links: manifest | tags
Context
2012-07-12
19:39
Add a test for -[capitalizedString]. check-in: a0a579e290 user: js tags: trunk
02:57
objfw-config.in: Use newlines between flag types. check-in: b415f514ae user: js tags: trunk
02:34
PLATFORMS.md: Fix spacing. check-in: 60111e5ab7 user: js tags: trunk
Changes

Modified utils/objfw-config.in from [96a6921177] to [7b2042691a].

153
154
155
156
157
158
159
160

161
162
163
164
165
			printf "%s" "$VERSION"
			;;
		*)
			echo "Invalid option: $1" 1>&2
			exit 1
			;;
	esac
	printf " "


	shift
done

echo







<
>



<
<
153
154
155
156
157
158
159

160
161
162
163


			printf "%s" "$VERSION"
			;;
		*)
			echo "Invalid option: $1" 1>&2
			exit 1
			;;
	esac

	echo

	shift
done