search for: ac_arg_program

Displaying 6 results from an estimated 6 matches for "ac_arg_program".

2005 Dec 06
1
Dovecot w/ MySQL support and CentOS
I am converting a Debian box running Postfix, Courier and MySQL to a CentOS box running Postfix, Dovecot and MySQL. I have the Postfix with MySQL support taken care of with the RPM from the centosplus repo. It appears that the stock RPM for Dovecot comes with Postgres, but not MySQL support. It looks like I need to download the source RPM and then rebuild it with MySQL support. Could
2003 Aug 09
3
CVS/test version config/build failures on FreeBSD
...installing `./mkinstalldirs' automake: configure.in: installing `./missing' configure.in: 3: required file `./config.h.in' not found automake: configure.in: installing `./depcomp' configure.in:3: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst configure.in:13: warning: AC_ARG_PROGRAM invoked multiple times configure.in:1126: warning: do not use m4_regexp: use regexp or m4_bregexp autoheader: `config.h.in' is created And then... # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk......
2003 Apr 17
1
a few small bug
...ized value in concatenation (.) or string at /usr/bin/automake line 8449. : installing `./config.sub' configure.in:3: required file `./config.h.in' not found aclocal.m4:916: required file `./ltmain.sh' not found src/auth/Makefile.am: installing `./depcomp' configure.in:13: warning: AC_ARG_PROGRAM invoked multiple times autoheader: `config.h.in' is created ----------------------------------------- would it be possible to not use your own libtool in the cvs? in this case I can run autogen.sh during the rpm build and doesn't have to run manulay and patch the genereated makefile. ps....
2003 Oct 13
0
Tips to build from CVS?
I am struggling to compile Dovecot from CVS. I don't seem to be able to get a good configure script, always ending up with an error during configure. # sh autogen.sh configure.in:13: warning: AC_ARG_PROGRAM invoked multiple times # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes [...] checking build system type... i386-unknown-freebsd4.8 checking host system type... i386-unknown-freebsd4.8 [...] checking...
2004 Aug 06
3
ices compile problems (was: libshout compile problems)
...in `configure.in' Makefile.am:3: option `dist-bzip2' not recognized Makefile.am:6: AC_PROG_MAKE_SET must be used in `configure.in' configure.in: 7: required file `./config.h.in' not found src/Makefile.am:5: AC_PROG_MAKE_SET must be used in `configure.in' automake: configure.in: AC_ARG_PROGRAM must be used in `configure.in' src/Makefile.am:25: invalid variable `dist_noinst_HEADERS' automake: configure.in: AC_PROG_INSTALL must be used in `configure.in' autoconf ./configure: AM_INIT_AUTOMAKE: command not found ./configure: line 1213: syntax error near unexpected token `AM_CO...
2004 Aug 06
3
libshout compile problems
No, it's not his version of autoconf or automake. I had the same errors even with the latest versions available for my debian distribution. I only could help myself by using one of my precompiled binaries from a previous cvs snapshot. I haven't tried it with the current snapshot but I also don't know if there had been any update lately. Michael Smith wrote: >>all ok until