summaryrefslogtreecommitdiff
path: root/source4/build/m4
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-6/+4
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij1-2/+0
2008-04-14Fix unresolved symbols.Jelmer Vernooij1-4/+4
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij1-7/+3
2008-03-28Merge v4.0-testJelmer Vernooij1-5/+3
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-2/+0
2008-02-29Remove workaround for some non-GNU makes.Jelmer Vernooij1-23/+6
2008-02-25Remove workaround for some non-GNU makes.Jelmer Vernooij1-23/+6
2008-02-20Simpler specification of CFLAGS and LDFLAGSAndrew Bartlett1-7/+10
2008-02-19Fix a typo.Michael Adam1-1/+1
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-1/+1
2008-02-18Use implicit build system element creation for external libraries.Jelmer Vernooij1-18/+4
2008-02-11Use make variables in cflags file (now supported by cflags.pl)Jelmer Vernooij1-4/+4
2008-02-11Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij1-2/+5
2008-02-10Move some variables to a separate .mk file that could also be included by a n...Jelmer Vernooij1-9/+9
2008-02-10Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij1-9/+26
2008-02-09Move first_prereq test to m4 code.Jelmer Vernooij1-0/+8
2008-02-08Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam1-23/+21
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-9/+8
2008-01-20build: Fix handling of external pkg-config dependencies when generating pkg-c...Jelmer Vernooij1-4/+7
2008-01-10prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher1-3/+14
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij1-0/+4
2007-12-21r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building wit...Jelmer Vernooij1-0/+1
2007-12-21r26000: build: use AC_LIBREPLACE_STLD_* macrosStefan Metzmacher1-5/+3
2007-12-21r25993: build: HOSTLD should always match HOSTCC if not specifiedStefan Metzmacher1-7/+1
2007-12-21r25989: build: use AC_LIBREPLACE_SHLDStefan Metzmacher1-3/+1
2007-12-21r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher1-1/+1
2007-12-21r25985: build: SHLD_UNDEF_FLAGS isn't used anymoreStefan Metzmacher1-2/+0
2007-12-21r25978: build: use AC_LIBREPLACE_MDLD_* macros and use the result to build mo...Stefan Metzmacher1-1/+25
2007-12-21r25904: Remove extraJelmer Vernooij1-1/+1
2007-12-21r25901: Remove obsolete --enable-shared option (whether shared libs should be...Jelmer Vernooij1-9/+1
2007-12-21r25878: Fix syntax error.Jelmer Vernooij1-2/+0
2007-12-21r25877: Add libreplace macro for soname flags.Jelmer Vernooij1-13/+1
2007-12-21r25876: Attempt to build shard libs everywhere again.Jelmer Vernooij1-10/+5
2007-12-21r25852: Move SHLIBEXT determination into a test as well.Jelmer Vernooij1-7/+1
2007-12-21r25851: Move system-specific ldflags checks to libreplace so they can be used...Jelmer Vernooij1-12/+2
2007-12-21r25850: Add macro for picflag.Jelmer Vernooij1-18/+2
2007-10-10r24997: Re-enable use of system-provided tdb and/or talloc when available.Jelmer Vernooij1-17/+14
2007-10-10r24995: Update upstream URLs.Jelmer Vernooij1-2/+2
2007-10-10r23638: add SMB_LIBRARY() macro to create a LIBRARY::foo section inStefan Metzmacher1-0/+20
2007-10-10r23637: fix detection of visibility attribute supportStefan Metzmacher1-3/+2
2007-10-10r23111: nicer ./configure --help outputStefan Metzmacher2-2/+2
2007-10-10r23110: add --disable-shared option, very useful for the build-farm...Stefan Metzmacher1-2/+10
2007-10-10r22996: merge HPUX compiler flag fixes from SAMBA_3_0Stefan Metzmacher1-1/+2
2007-10-10r22697: Support building with external talloc.Jelmer Vernooij1-4/+20
2007-10-10r22662: disable shared library support on Tru64Stefan Metzmacher1-1/+2
2007-10-10r22308: disabled shared libraries on aix and openbsdStefan Metzmacher1-2/+4
2007-10-10r22257: disable shared libraries on IRIX for nowStefan Metzmacher1-1/+2
2007-10-10r22035: Introduce HOSTLD which is needed to link the asn1 compiler when crossJames Peach1-0/+13
2007-10-10r21582: Allow modification of LDFLAGSJelmer Vernooij1-8/+7