[Dovecot] Problem with configure.in in dovecot-stable CVS
I am having trouble with using dovecot-stable from CVS. I get the following error when running autogen.sh:
configure.in: 4: required file `./[config.h].in' not found
I see the config.h.in file in the root dir, but I cannot figure out what the brackets are for. If I modify the file and remove the brackets, it works properly and I can compile dovecot.
What are the brackets in the name for? Am I breaking something by removing them?
Thanks,
Brian T Glenn delink.net Internet Services
Brian T Glenn glenn-dovecot@delink.net writes:
I am having trouble with using dovecot-stable from CVS. I get the following error when running autogen.sh:
configure.in: 4: required file `./[config.h].in' not found
I see the config.h.in file in the root dir, but I cannot figure out what the brackets are for. If I modify the file and remove the brackets, it works properly and I can compile dovecot.
What are the brackets in the name for? Am I breaking something by removing them?
Which autoconf version are you using? Try using a recent one such as 2.57 or 2.59.
-- Matthias Andree
On Mon, Jun 06, 2005 at 12:02:27AM +0200, Matthias Andree may have written:
Brian T Glenn glenn-dovecot@delink.net writes:
I am having trouble with using dovecot-stable from CVS. I get the following error when running autogen.sh:
configure.in: 4: required file `./[config.h].in' not found
Which autoconf version are you using? Try using a recent one such as 2.57 or 2.59.
ziegchen:~# autoconf --version autoconf (GNU Autoconf) 2.59
This is from the Debian sarge branch.
-- Brian T Glenn delink.net Internet Services
Try running the autogen script again. I get this error, but running it twice works. I'm using the same version of autoconf.
Todd
On Mon, 6 Jun 2005, Brian T Glenn wrote:
On Mon, Jun 06, 2005 at 12:02:27AM +0200, Matthias Andree may have written:
Brian T Glenn glenn-dovecot@delink.net writes:
I am having trouble with using dovecot-stable from CVS. I get the following error when running autogen.sh:
configure.in: 4: required file `./[config.h].in' not found
Which autoconf version are you using? Try using a recent one such as 2.57 or 2.59.
ziegchen:~# autoconf --version autoconf (GNU Autoconf) 2.59
This is from the Debian sarge branch.
-- Brian T Glenn delink.net Internet Services
On Tue, Jun 07, 2005 at 02:52:02PM -0400, Todd Burroughs may have written:
Try running the autogen script again. I get this error, but running it twice works. I'm using the same version of autoconf.
OK. I ran "make distclean". Then I did a CVS update just to make sure I am running the latest version of dovecot-stable. The problem persists however:
ziegchen:/usr/local/src/dovecot-stable# ./autogen.sh
configure.in: 4: automake requires
AM_CONFIG_HEADER', not AC_CONFIG_HEADER' configure.in: 4: required file
./[config.h].in' not found
ziegchen:/usr/local/src/dovecot-stable# ./autogen.sh
configure.in: 4: automake requires
AM_CONFIG_HEADER', not AC_CONFIG_HEADER' configure.in: 4: required file
./[config.h].in' not found
Thanks,
Brian T Glenn delink.net Internet Services
On 5.6.2005, at 22:21, Brian T Glenn wrote:
I am having trouble with using dovecot-stable from CVS. I get the following error when running autogen.sh:
configure.in: 4: required file `./[config.h].in' not found
I think the problem is just that you have too old autoconf version (2.13?). Although I thought there would have been other problems with older autoconf versions too..
participants (4)
-
Brian T Glenn
-
Matthias Andree
-
Timo Sirainen
-
Todd Burroughs