Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 May 2005 21:03:57 -0500
From:      DaJoob <DaJoob@dajoob.com>
To:        freebsd-ports@freebsd.org
Subject:   aclocal problem
Message-ID:  <427EC50D.2060200@dajoob.com>

next in thread | raw e-mail | index | archive | help
I'm trying to make a port, but I'm having a problem with aclocal. Here's 
the section of Makefile related to the problem:

pre-configure:
    cd ${WORKSRC}
    aclocal${USE_AUTOMAKE_VER}

When I run make, I get the error "aclocal19: `configure.ac' or 
`configure.in' is required." If I then manually run aclocal19 in the 
${WORKSRC} directory, I can rerun make and it will work fine, so I'm 
guessing the problem is that aclocal19 is not being run in the correct 
directory. Anyone know what I'm doing wrong?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?427EC50D.2060200>