Closed Bug 9420 Opened 25 years ago Closed 25 years ago

problems with local autoconf

Categories

(SeaMonkey :: Build Config, defect, P3)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: softadm, Assigned: briano)

Details

I had several problems with autoconf:
shell error of misplaced '(',
check for nspr failes in configure whith nspr from the mozilla-tree

Solution:
In build/autoconf/gtk.m4:
AC_PATH_GTK should be changed to AM_PATH_GTK

in configure.in:

plds3 should be changed to plds$NSPR_VERSION

after that setting NSPR_VERSION=21 works fine with nspr build from the current
nsprpub distribution (cvs checkout on Thu Jul  8 10:38:04 MET DST 1999)
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M8
It works for me.  Perhaps your version of autoconf is broken?
Anyway, you don't need to use autoconf.  Just run configure
directly.

I have made the change from plds3 to plds$NSPR_VERSION and I
will check it in when I get approval.  Thanks, good catch!
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.