search for: autoheader

Displaying 20 results from an estimated 330 matches for "autoheader".

2004 Sep 10
2
autoheader failing?
(btw, after mangling all the autoconfiscations to use config.h, autoheader works for me...) On Mon, Oct 07, 2002 at 11:16:13PM -0700, Josh Coalson wrote: > > (btw, I do think it would be a very good idea to start using > > AC_CONFIG_HEADERS instead of passing so many of -D's on the compiler > > command line) > > Yeah, it's a good idea......
2007 Feb 27
0
[Bug 550] New: building ulogd2 fails due to missing 'autoheader' in autogen.sh
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=550 Summary: building ulogd2 fails due to missing 'autoheader' in autogen.sh Product: ulogd Version: SVN (please provide t Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ulogd AssignedTo: laforge@gnumonks.org...
2005 Jan 17
1
autoheader/config.h.in for vorbis
Hi Thomas, You checked in a changeset a while ago which added autoheader/config.h.in support here: http://trac.xiph.org/cgi-bin/trac.cgi/changeset/7481 But this seemed to break the Vorbis build, presumably because there's no config.h.in file there. Did you forget to check it in, or is there something I'm missing? I've semi-reverted your change i...
2014 Jul 31
1
[PATCH 3/3] Make configure an order-only prerequisite of aconfig.h.in
From: Ron <ron at debian.org> On filesystems with subsecond resolution, like ext4, we can't trust the timestamp of aconfig.h.in since autoheader leaves it truncated to second resolution (apparently touch -r and cp -p can do this at the very least) while configure has full subsecond resolution, so it can look newer even when it was cleanly created first, leading to the build system looping trying to recreate all of that again ... So in the...
2004 Sep 10
0
autoheader failing?
--- Matt Zimmerman <mdz@debian.org> wrote: > With these versions: > > ii autoconf 2.54-2 automatic configure script builder > ii automake1.6 1.6.3-2 A tool for generating GNU > Standards-complian > > I am unable to build the autoconfiscations. autoheader gives: > > autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in > > What versions are you using? > $ autoconf --version autoconf (GNU Autoconf) 2.53 $ automake --version automake (GNU automake) 1.6.3 how did you get the 'dash' number in the version? > (b...
2004 Sep 10
0
autoheader failing?
--- Matt Zimmerman <mdz@debian.org> wrote: > (btw, after mangling all the autoconfiscations to use config.h, > autoheader > works for me...) > > On Mon, Oct 07, 2002 at 11:16:13PM -0700, Josh Coalson wrote: > > > > (btw, I do think it would be a very good idea to start using > > > AC_CONFIG_HEADERS instead of passing so many of -D's on the > compiler > > > command line)...
2013 May 06
1
What is bootstrap.sh for ? Possible bug in 11.3.0 ?
...un for the first time bootstrap.sh displays a non-blocking error. # sh -x bootstrap.sh + uname -sr + MY_AC_VER= + MY_AM_VER= + AUTOCONF_VERSION=2.60 + AUTOMAKE_VERSION=1.9 + export AUTOCONF_VERSION + export AUTOMAKE_VERSION + check_for_app autoconf + autoconf --version + [ 0 != 0 ] + check_for_app autoheader + autoheader --version + [ 0 != 0 ] + check_for_app automake + automake --version + [ 0 != 0 ] + check_for_app aclocal + aclocal --version + [ 0 != 0 ] + echo Generating the configure script ... Generating the configure script ... + aclocal -I autoconf + autoconf configure.ac:102: error: possibly u...
2004 Sep 10
5
autoheader failing?
With these versions: ii autoconf 2.54-2 automatic configure script builder ii automake1.6 1.6.3-2 A tool for generating GNU Standards-complian I am unable to build the autoconfiscations. autoheader gives: autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in What versions are you using? (btw, I do think it would be a very good idea to start using AC_CONFIG_HEADERS instead of passing so many of -D's on the compiler command line) -- - mdz
2006 Aug 29
3
Installing Samba4
...ommand to download samba rsync -avz samba.org::ftp/unpacked/samba4 . and when run ./autogen.sh to generate configure files return the following error: ./autogen.sh: running script7mkversion.sh ./script/mkversion.sh: version.h created for Samba("4.0.0tp3-svn-build-UNKNOWN) ./autogen.sh: running autoheader configure.ac:108: error: m4defn: undefined macro: _AC_SUBST_VARS configure.ac:108: the top level autoheader: autom4te failed with exit status: 1 at /usr/local/bin/autoheader line 163 Cheers
2007 Feb 27
5
[Bug 550] building ulogd2 fails due to missing 'autoheader' in autogen.sh
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=550 morfoh@opensde.org changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other Platform|All |other ------- Additional Comments From morfoh@opensde.org 2007-02-27
2016 May 24
2
Errors building 3.6.25 after applying security patches
...12-Apr-2016 patches from samba.org but I'm seeing two issues. First during autogen.sh I see: /build/samba/samba-3.6.25/source3 # ./autogen.sh ./autogen.sh: running script/mkversion.sh ./script/mkversion.sh: 'include/version.h' created for Samba("3.6.25") ./autogen.sh: running autoheader -Im4 -I../m4 -I../lib/replace ./autogen.sh: running autoconf -Im4 -I../m4 -I../lib/replace ./autogen.sh: running autoheader in ../examples/VFS/ ./autogen.sh: running autoconf in ../examples/VFS/ Compiling ../librpc/idl/dcerpc.idl ../librpc/idl/dcerpc.idl:564: warning: subcontext() is deprecated. Us...
2014 Jul 31
5
[PATCH 0/3] tftp-hpa patches from Debian
From: Ron <ron at debian.org> Hi, I've just taken over maintaining the packages for this in Debian, and we've been carrying a couple of patches for a while now that really should have been forwarded since they're clearly not distro specific. I added a third one to that yesterday to fix another autoconf build 'race' seen when doing parallel builds. Cheers, Ron
2005 Aug 23
1
Process build properly after applying patchs to 3.0.20
Hi, I am trying to test some patches that have been made post 3.0.20. I have Samba 3.0.20 src installed. I have applied two patches from SVN (9484, 9481). I have run autoconf. Poking around after "configure", I discovered I needed to run "autoheader" as well. This is fine, but I am wondering if I have missed any other steps? My steps... tar -xvzf samba-3.0.20.tar.gz cd samba-3.0.20 <download patches> patch -p2 -i svn_9481.patch patch -p2 -i svn_9484.patch autoconf autoheader ./configure --prefix=/usr/local/samba-3.0.20p1 make .....
2015 Nov 27
1
compile question
...R_MODE_TRUE at . E.g. in src/include/Makefile.in $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-h.in $(srcdir)/stamp-h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(top_builddir)/aclocal.m4 @TBD=`cd $(top_builddir); pwd`; \ cd $(top_srcdir) && $(AUTOHEADER) -I $${TBD} @$(ECHO) timestamp > $@ 2> /dev/null (which I think is what bit you via a missing "autoheader" command). It usually boils down to disabling certain dependencies.) Notice that in maintainer-mode, the build _will_ (sometimes) modify files under $(top_srcdir), eve...
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
...@$/%/;s/@/ \\@/g' |tr @% '\012\012' \ >> Makefile.amt sed -n '/^##m4-files-end/,$p' Makefile.am.in >> Makefile.amt chmod a-w Makefile.amt mv Makefile.amt Makefile.am gmake: Leaving directory `/home/shashank/temp/tinc/m4' Running aclocal -I m4 ... Running autoheader... configure.in:39: warning: AC_CANONICAL_HOST invoked multiple times configure.in:179: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:179: the top level autom4te: /usr/bin/m4 failed with exit status:...
2006 Oct 16
5
NUT and Automake
...n error message explaining the new way of doing things). * Some filenames have been standardized; I renamed CHANGES and CREDITS to "ChangeLog" and "AUTHORS", respectively, as this used by most other packages (and all GNU packages). * Files that are generated by aclocal, autoheader, autoconf, automake, and ./configure have been removed from SVN. Upon checking out a fresh copy from SVN, populate it is follows: aclocal -I m4 autoconf autoheader automake If you have "autoreconf", you can do all of this in a single step: autoreconf -v Of course, any dis...
2014 Dec 07
2
Contributing to Xapian
I use Ubuntu12.04, GNU Make 3.81 and I am not sure if I use some special configure options. The commands I use after clone the repo are as follows: cd xapian ./bootstarp ./configure make cd xapian-letor aclocal -I ../xapian-core/m4 libtoolize --force autoconf autoheader automake --add-missing ./configure make Is this normal? 2014-12-07 22:37 GMT+08:00 James Aylett <james-xapian at tartarus.org>: > On 6 Dec 2014, at 15:55, Hanxiao Sun <sunhanxiaoisme at gmail.com> wrote: > > > As to your compile errors, I have tested the branch just now a...
2003 Jan 03
1
OpenSSH, Solaris 8, and BSM works with BSM patch, but must disable privilege separation
...ch 2.5.4 (SMCpatch) Perl 5.00503 or higher (SMCperl) cp openssh-3.5p1.tar.gz /tmp cp patch.tar.gz /tmp cd /tmp gunzip patch.tar.gz tar xvf patch.tar gunzip openssh-3.5p1.tar.gz tar xvf openssh-3.5p1.tar cd openssh-3.5p1 /usr/local/bin/patch -p0 < ../openssh-vs-bsm/patch-bs-3.5p1 rm -f configure autoheader autoconf ./configure --with-pam make make install # Set privilege separation to "no" in /usr/local/etc/sshd_config # Example: UsePrivilegeSeparation no # restart sshd NOTE: The following output is "normal" during the patching process: patching file INSTALL patching file Makef...
2011 Jan 04
3
[LLVMdev] include/Config/config.h discrepancies between CMake and autofoo builds
Hello. I see many discrepancies in config.h file generated by CMake and autoheader. Most of them are following: In autofoo-generated config: > /* Define to 1 if you have the `<name>' function. */ > #define HAVE_<name> 1 > but in CMake-generated: > #undef HAVE_<name> > This happens because in config.h.cmake (config.h.in analog) these functio...
2004 Aug 06
5
libshout compile problems
...e/audio/stream/libshout# ./autogen.sh --prefix=/home/audio/stream --exec-prefix=/home/audio/stream Generating configuration files for libshout, please wait.... aclocal aclocal: m4/ogg.m4: 8: duplicated macro `XIPH_PATH_OGG' aclocal: m4/vorbis.m4: 9: duplicated macro `XIPH_PATH_VORBIS' autoheader autoheader: error: AC_CONFIG_HEADERS not found in configure.in libtoolize --automake automake --add-missing configure.in: 14: required file `./config.h.in' not found src/Makefile.am:5: HAVE_THREAD does not appear in AM_CONDITIONAL src/Makefile.am:18: variable `MAYBE_THREAD_LIB' not defi...