FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hexchat/autogen.sh at dcc-fastsend · programcoder/hexchat · GitHub
programcoder
/
hexchat
Public
forked from
hexchat/hexchat
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
hexchat
/
autogen.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
22 lines (16 loc) · 414 Bytes
Breadcrumbs
hexchat
/
autogen.sh
Copy path
File metadata and controls
executable file
·
22 lines (16 loc) · 414 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!
/bin/sh
#
Run this to generate all the initial makefiles, etc.
srcdir=
`
dirname
$0
`
test
-z
"
$srcdir
"
&&
srcdir=.
NOCONFIGURE=1
PKG_NAME=
"
hexchat
"
(test -f
$srcdir
/src/common/hexchat.c)
||
{
echo
-n
"
**Error**: Directory
"
\`
$srcdir
\'
"
does not look like the
"
echo
"
top-level
$PKG_NAME
directory
"
exit
1
}
which gnome-autogen.sh
||
{
echo
"
You need to install gnome-common
"
exit
1
}
.
gnome-autogen.sh
Back
|
FazBrowse Home
|
New Git URL