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