#280 closed defect (fixed)
no ./configure in gsview
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | ~CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
The instruction for gsview indicates :
Install gsview by running the following commands:
./configure --prefix=/usr --libexecdir=/usr/lib/gsview \
--sysconfdir=/etc/gsview --localstatedir=/var \ --with-medium=a4 &&
make && make install
but there is no ./configure in gsview; one should do instead :
cp srcunx/unx.mak Makefile make
Change History (3)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Better sed out that GSVIEW_ROOT=/usr/local, too.