Skip to content

Commit

Permalink
Restore irssi-config, bug #537.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4619 dbcabf3a-b0e7-0310-adc4-f8d773084564
  • Loading branch information
Emanuele Giaquinta authored and exg committed Oct 15, 2007
1 parent b0b26b6 commit 2aa6b6b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ EXTRA_DIST = \
irssi.spec.in \
$(conf_DATA) \
$(theme_DATA) \
irssi-config.in \
irssi-icon.png \
syntax.pl \
findsyntax.pl
Expand Down
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ docs/help/Makefile
docs/help/in/Makefile
irssi-version.h
irssi.spec
irssi-config
])

AC_OUTPUT
Expand Down
9 changes: 9 additions & 0 deletions irssi-config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PROG_LIBS="@PROG_LIBS@"
COMMON_LIBS="@COMMON_LIBS@"

PERL_LINK_LIBS="@PERL_LINK_LIBS@"
PERL_FE_LINK_LIBS="@PERL_FE_LINK_LIBS@"
PERL_LINK_FLAGS="@PERL_LINK_FLAGS@"

CHAT_MODULES="@CHAT_MODULES@"
irc_MODULES="@irc_MODULES@"

0 comments on commit 2aa6b6b

Please sign in to comment.