Opened 14 years ago
Closed 14 years ago
#411 closed defect (fixed)
missing pkg-config m4 file
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | minor | Milestone: | svndigest 0.8 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
configure gives following error
checking for help2man... /usr/bin/help2man ../configure: line 4025: syntax error near unexpected token `0.23' ../configure: line 4025: `PKG_PROG_PKG_CONFIG(0.23) # look for pkg-config'
which looks an m4 file is not found by aclocal and thus not expanded by autoconf.
Solution: we should check in 3rd party m4 files in repository.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
No, but your aclocal must be able to find the file, or it shouldn't work for you.
Try
aclocal -I m4 --install
and it should be obvious what files are copied to m4/
.
Note: See
TracTickets for help on using
tickets.
I feel guilty for this. Can you tell from the output which file I should add?