Mercurial > pidgin
annotate src/protocols/Makefile.am @ 2452:824e1afefdd3
[gaim-migrate @ 2465]
Jim Knoble says:
$ prefix=/usr
$ exec_prefix='${prefix}'
$ bindir='${exec_prefix}/bin'
$ echo "--- bindir is ${bindir}"
--- bindir is ${exec_prefix}/bin
$ eval echo "--- bindir is ${bindir}"
--- bindir is ${prefix}/bin
$ eval eval echo "--- bindir is ${bindir}"
^^^^^^^^^^^
--- bindir is /usr/bin
^^^^^^^^^^
$
Be sure to comment that so that no one tries using any weird quotes or
shell metacharacters there.
Stupid shells. Where's the fvcking recursive expansion operator?
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 08 Oct 2001 20:37:32 +0000 |
| parents | 88e35feb75f8 |
| children | 8863555aacc6 |
| rev | line source |
|---|---|
|
2415
88e35feb75f8
[gaim-migrate @ 2428]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2393
diff
changeset
|
1 DIST_SUBDIRS = gg icq irc jabber msn napster oscar toc yahoo zephyr |
|
88e35feb75f8
[gaim-migrate @ 2428]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2393
diff
changeset
|
2 |
| 2086 | 3 if PRPLS |
| 4 | |
|
2415
88e35feb75f8
[gaim-migrate @ 2428]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2393
diff
changeset
|
5 SUBDIRS = $(DIST_SUBDIRS) |
| 2086 | 6 |
| 7 else | |
| 8 | |
| 9 SUBDIRS = $(STATIC_PRPLS) | |
| 10 | |
| 11 endif |
