summaryrefslogtreecommitdiff
path: root/source4/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2010-09-28samba4: Don't update Makefile/configure from autogen.sh.Jelmer Vernooij1-1/+1
2010-05-03s4-waf: fixed symlink path for autogen.shAndrew Tridgell1-1/+1
thanks to Nadya for noticing :-)
2010-05-03s4-waf: switch Samba4 over to the waf build by defaultAndrew Tridgell1-85/+1
the old autogen.sh is now calld autogen-autotools.sh For now autogen.sh is a link to autogen-waf.sh. We can remove autogen-waf.sh in the future, but for now I'm leaving it in place so as not to break existing scripts (both build farm, and the scripts for the standalone libs)
2010-04-10s4:configure: generate Makefile from Makefile.inStefan Metzmacher1-3/+1
This makes it possible for the waf build to also generate a 'Makefile' instead of 'makefile'. On some platforms 'Makefile' is used before 'makefile' metze
2010-04-06s4-build: remove any 'makefile' that may have been left by the waf buildAndrew Tridgell1-0/+3
this allows ./autogen.sh to be used to switch back to the old build system after trying the waf build
2009-09-06Tell newbie devs about ./configure.developerRusty Russell1-1/+1
Enhances the outputs in autogen.sh for both s3 and s4. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2009-05-27Detect missing 'witch' before detecting missing autoconfAndrew Bartlett1-1/+6
2009-01-09fix syntax error in case statementBjörn Jacke1-2/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2008-10-09Add support for autogen to take a --version-file argumentTim Prouty1-1/+13
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-1/+1
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-1/+1
2008-02-11autoconf: We build Samba from git now, not from SVN.Kai Blin1-7/+7
(This used to be commit 4557b34d82e16038db903278ea64313a9d731d61)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-11/+0
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)
2007-12-21r26243: stdint.i requires swigarch.iJelmer Vernooij1-1/+1
(This used to be commit d9391316a982cfff6b283e7d4a86103ec6fe370d)
2007-12-21r26232: Provide replacement for stdint.i for users of older versions of swig.Jelmer Vernooij1-1/+1
(This used to be commit fb2150a07aa6460165efb4587c86ecc820cdeac0)
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij1-1/+1
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
2007-12-21r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij1-1/+1
(This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a)
2007-12-21r26186: Generate SWIG files as part of autogen.shJelmer Vernooij1-1/+11
(This used to be commit 4429f8b87e057787df0748f93c842c9a634dada5)
2007-10-10r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett1-5/+0
The Web 2.0, async client tools were really interesting, but without developer backing they remain impossible to support into a release. The most interesting app was the LDB browser, and I intend to replace this with phpLdapAdmin, preconfigured for Apache during provision. This also removes the need to 'compile' SWAT on SVN checkouts. Andrew Bartlett (This used to be commit cda965e908055d45b1c05bc29cc791f7238d2fae)
2007-10-10r24313: Merge r23377 from 3_2Volker Lendecke1-2/+2
Patch from Bjoern Jacke <bjoern@j3e.de> to deal with non-GNU implementations of tr in autogen.sh (This used to be commit c77c74efdbca414ffc51415c52206eff6ca57fe3)
2007-10-10r23905: SATOH Fumiyasu <fumiyas@osstech.jp> points out that we want &&, not ↵Andrew Bartlett1-1/+1
; here... (We don't want to make a distclean of the main user tree, just because they don't have the parent directory checked out). Andrew Bartlett (This used to be commit 70bf6936850dede51d085a1f1f22f43b98823ff2)
2007-10-10r23881: A quick fix from davecb@spamcop.net to be more portable to non-GNUAndrew Bartlett1-1/+1
make in autogen.sh. Andrew Bartlett (This used to be commit f47e5f716137b08380b17fdd95d2f454f53d6ce6)
2007-10-10r22436: allow:Stefan Metzmacher1-2/+4
AUTOGEN_SKIP_SWAT=yes ./autogen.sh metze (This used to be commit 8f86e6eba9c2a0c2015f36e3302c94bda1d469a2)
2007-10-10r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell1-1/+1
(This used to be commit b3e2d4908781781a487eaeb683d22eb967e5597d)
2007-10-10r20647: add cluster codeAndrew Tridgell1-1/+1
(This used to be commit 5870830b99a8d76bda1ff5af3fcf8dda9aba50ec)
2007-10-10r20519: Web Application FrameworkDerrell Lipman1-0/+3
- No path given to web server means use old scripts (missed check-in) - Build Web Application (qooxdoo stuff) from autogen.sh since python isn't available or is differently-configured on various build-farm machines - Don't continually check in generated files - Properly identify SWAT "Statistics" module as "Status and Statistics" (This used to be commit 9d89b7663af218ee6ed941ac6c0597fab93cd03b)
2007-10-10r18092: pass -Ilib/replace to autoconf/autoheaderStefan Metzmacher1-4/+6
to hopefully fix the samba4 build metze (This used to be commit 7be45d275d8d021357281dff86093941946e4db8)
2007-10-10r14950: make sure include/config.h is only updated when the content was changedStefan Metzmacher1-1/+1
metze (This used to be commit 2488ead8c3431be3014012a05de4ee57ff13aa93)
2007-10-10r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsdAndrew Tridgell1-2/+2
(This used to be commit ffe1b5e6f4cd8cc9ddd0ceda882ad76917ebd1d3)
2007-10-10r5282: merging autogen fixes from 3_0Gerald Carter1-3/+3
(This used to be commit ece7a3918ec33b4b8b61b50277c5a1e484c55e3b)
2007-10-10r4572: remove configure and include/config.h*Stefan Metzmacher1-0/+1
before running autoheader && autoconf this fixes bug where configure didn't get correctly updated (I assume autoconf uses some caching...) metze (This used to be commit bfedcbc598706c47981d9ba0e19cae9ea3fab46b)
2007-10-10r206: - we know use SVN not CVS:-)Stefan Metzmacher1-3/+5
- we should cleanup the cache before and after autoconf metze (This used to be commit 114f5198a7e73af5c62fe83145f836588ed365fe)
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher1-1/+4
metze (This used to be commit 24dc237e109f6dce69814b22e0fb7878a7f6bfa8)
2003-12-04my debian unstable box uses "autoconf2.50" - i wish there were aAndrew Tridgell1-2/+2
better way than this! (This used to be commit ad52fd9baf2180a89634eaaa5af22e9bed1de0a7)
2003-08-17Sync autogen.sh from samba3Jelmer Vernooij1-16/+40
(This used to be commit 7bc56792dc0bc9fdecfe8e7a2db2d6c367cdef42)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+36
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)