summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* r25231: revert hunk that was commited together with the change to gplv3Stefan Metzmacher2007-10-101-0/+2
| | | | | | | was revision 23801 metze (This used to be commit 6ea0d61ab3bbf801709ca683ce84bfa71267f8f9)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+0
| | | | (This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
* r23306: pass down LDFLAGS to the link command in the libreplace standalone buildStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 06caaf0d8d86bb05ceaac6624735283b585d995d)
* r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2007-10-101-1/+1
| | | | | | | and use the macros in configure.ac metze (This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
* r18463: add some more warning flags, tested with gcc 2.95.3 on SuSE 7.3Stefan Metzmacher2007-10-101-1/+11
| | | | | metze (This used to be commit 553a90cbe200d2030e4caefe949b48d63abe382d)
* r18450: - autogenerate the OBJ_FILES for LIBREPLACEStefan Metzmacher2007-10-101-8/+4
| | | | | | | | - remove samba specific stuff from libreplace - and include the readdir replacement stuff in the standalone builds metze (This used to be commit 3cac61152ef9a32313d7f7e5d38651f03a31f251)
* r18283: libreplace.m4 needs to be early in configure.ac in other packages tooAndrew Tridgell2007-10-101-2/+0
| | | | (This used to be commit 03f9c67c066d772d9a544f1183fbee609ab8137b)
* r18085: using m4_include() instead of sinclude() means we get an error if theAndrew Tridgell2007-10-101-3/+3
| | | | | include fails - thats better than the compile failing mysteriously (This used to be commit b4df3c73913557297e0eb1ea89cb42a8e7920de8)
* r18075: with the new scheme, we now use config.h again (thanks jelmer!)Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit c45c48786180fc97e2bb53edbdd5ebddfe85e291)
* r18074: config.m4 is now libreplace.m4Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit b2e680500e07742d82735bcc05ba2030a5deb603)
* r18073: next step in grab libreplace plan - see IRC logs for very detailedAndrew Tridgell2007-10-101-40/+0
| | | | | discussion wity metze and jelmer! (This used to be commit f18c913b6cf772c44dfaa8a3164cc78f6554e4a9)
* r18051: - add gcc warning flagsAndrew Tridgell2007-10-101-0/+6
| | | | | - fix piles of warnings and ftruncate bug in libreplace testsuite (This used to be commit f5fc88f0c4c752a2773d5280ed4d94818e2d4744)
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-101-0/+52
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)