summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17904: we don't want warnings about unused parametersStefan Metzmacher1-1/+9
2007-10-10r17890: add -Wc++-compat option to gcc but don't use it yetStefan Metzmacher1-0/+1
2007-10-10r17793: add -Wmissing-prototypes, -Wmissing-declarations, -Wmissing-field-ini...Stefan Metzmacher1-0/+3
2007-10-10r17772: warn about unused macrosStefan Metzmacher1-0/+1
2007-10-10r17744: we explicit want to get warnings about declarations after statements:-)Stefan Metzmacher1-1/+1
2007-10-10r17566: test if the compiler support inline, this resultsStefan Metzmacher1-0/+2
2007-10-10r17565: expand the test for negative enum values, systems like Tru64Stefan Metzmacher1-2/+19
2007-10-10r17564: we don't need a AC_TRY_RUN to test the compiler warning optionsStefan Metzmacher1-1/+1
2007-10-10r17531: fix whitespacesStefan Metzmacher1-1/+1
2007-10-10r17196: Clarify that SSL is used for LDAP as well as SWAT.Andrew Bartlett1-1/+1
2007-10-10r16341: newer autoconf versions export 'datarootdir',Stefan Metzmacher1-0/+2
2007-10-10r16040: Support more recent versions of autoconfJelmer Vernooij2-0/+2
2007-10-10r15607: Fix readline summary reportingJelmer Vernooij1-1/+1
2007-10-10r15585: Revive pidl's SWIG file generator. It now generates simpleJelmer Vernooij1-0/+1
2007-10-10r15578: Move some cpp-specific things from CFLAGS to CPPFLAGSJelmer Vernooij1-2/+2
2007-10-10r15577: Make popt CFLAGS popt-specific rather then globalJelmer Vernooij1-1/+2
2007-10-10r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.Jelmer Vernooij3-181/+2
2007-10-10r15567: Add entry for iconvJelmer Vernooij1-0/+1
2007-10-10r15551: Fix clash between config.pm and globally installed Config.pm onJelmer Vernooij2-2/+2
2007-10-10r15521: Take an optional subsystem name to generate a dependency graph forJelmer Vernooij1-6/+34
2007-10-10r15405: remove define for STAT_ST_BLOCKSIZEStefan Metzmacher1-39/+39
2007-10-10r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij1-0/+4
2007-10-10r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij1-2/+2
2007-10-10r15381: Make shared libraries the default (where supported). This concludes m...Jelmer Vernooij1-4/+3
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2-3/+3
2007-10-10r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij1-1/+3
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij1-0/+1
2007-10-10r15363: Fix dependencies for shared libraryJelmer Vernooij2-2/+3
2007-10-10r15350: Remove empty subsystem, don't install .a files of subsystemsJelmer Vernooij1-1/+1
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2-2/+3
2007-10-10r15322: Don't depend on nonexisting targets - should fix the buildJelmer Vernooij1-3/+3
2007-10-10r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2-240/+197
2007-10-10r15318: Don't create empty static libraries as some hosts have trouble with t...Jelmer Vernooij3-2/+7
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij2-0/+4
2007-10-10r15312: Fix dependency on gtksamba when GTK+ is not presentJelmer Vernooij1-4/+0
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij7-21/+15
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij7-73/+7
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij5-58/+88
2007-10-10r15290: don't spam the screenStefan Metzmacher1-1/+1
2007-10-10r15287: Simplify dependency detection codeJelmer Vernooij3-42/+39
2007-10-10r15284: Fix dot generationJelmer Vernooij1-1/+1
2007-10-10r15280: - remove the 2nd check for __FUNCTION__Stefan Metzmacher1-7/+0
2007-10-10r15279: Fix dependencies when using static librariesJelmer Vernooij2-4/+3
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij3-21/+11
2007-10-10r15271: Fix --enable-dsoJelmer Vernooij3-16/+25
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...Jelmer Vernooij5-16/+16
2007-10-10r15267: Fix call to mkdir() for old versions of perl. This should fix install...Jelmer Vernooij1-1/+4
2007-10-10r15263: Remove another use of patsubst (should make tru64 happy)Jelmer Vernooij1-0/+1
2007-10-10r15257: Look for headers before trying to use them in any tests. ThisJelmer Vernooij1-6/+1
2007-10-10r15248: Fix automatic dependencies buildJelmer Vernooij3-7/+30