1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

35 Commits

Author SHA1 Message Date
Andrew Tridgell
51dcaf0e8e s4-waf: fixed symlink path for autogen.sh
thanks to Nadya for noticing :-)
2010-05-03 10:22:22 +02:00
Andrew Tridgell
baffc1e89f s4-waf: switch Samba4 over to the waf build by default
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-05-03 09:18:07 +02:00
Stefan Metzmacher
61d3ba04b4 s4:configure: generate Makefile from Makefile.in
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-10 11:06:26 +02:00
Andrew Tridgell
badc255748 s4-build: remove any 'makefile' that may have been left by the waf build
this allows ./autogen.sh to be used to switch back to the old build
system after trying the waf build
2010-04-06 20:48:33 +10:00
Rusty Russell
e6cb98e53a Tell newbie devs about ./configure.developer
Enhances the outputs in autogen.sh for both s3 and s4.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2009-09-06 12:01:05 +02:00
Andrew Bartlett
078343906d Detect missing 'witch' before detecting missing autoconf 2009-05-27 12:45:37 +10:00
Björn Jacke
fff711fddb fix syntax error in case statement
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-01-09 08:55:05 +01:00
Tim Prouty
9b331df412 Add support for autogen to take a --version-file argument 2008-10-09 19:12:36 -07:00
Jelmer Vernooij
94855cd692 Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
Jelmer Vernooij
0888ffa2b7 Make Samba 3 and Samba 4 both use the same single copy of libreplace. 2008-09-16 16:30:14 +02:00
Kai Blin
de03c4a3ea autoconf: We build Samba from git now, not from SVN.
(This used to be commit 4557b34d82)
2008-02-11 11:58:43 +01:00
Jelmer Vernooij
53ae9bc9f6 r26248: Check in SWIG output so SWIG is not required when running out of svn.
(This used to be commit 08501fbef3)
2007-12-21 05:47:26 +01:00
Jelmer Vernooij
4f5adbdddf r26243: stdint.i requires swigarch.i
(This used to be commit d9391316a9)
2007-12-21 05:47:22 +01:00
Jelmer Vernooij
da0640518f r26232: Provide replacement for stdint.i for users of older versions of swig.
(This used to be commit fb2150a07a)
2007-12-21 05:47:10 +01:00
Jelmer Vernooij
f2f16b45b5 r26197: Add bindings for libsecurity.
(This used to be commit 8625cd403b)
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
e1733d7244 r26194: Wrap the events subsystem in a separate file.
(This used to be commit cfb6bbdc31)
2007-12-21 05:46:45 +01:00
Jelmer Vernooij
16325f1339 r26186: Generate SWIG files as part of autogen.sh
(This used to be commit 4429f8b87e)
2007-12-21 05:46:39 +01:00
Andrew Bartlett
15c1801a5c r25051: Move SWAT back to the old-style form-submit modal.
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 cda965e908)
2007-10-10 15:05:50 -05:00
Volker Lendecke
1317d8e694 r24313: Merge r23377 from 3_2
Patch from Bjoern Jacke <bjoern@j3e.de> to deal
with non-GNU implementations of tr in autogen.sh
(This used to be commit c77c74efdb)
2007-10-10 15:01:38 -05:00
Andrew Bartlett
c87d5017d9 r23905: SATOH Fumiyasu <fumiyas@osstech.jp> points out that we want &&, not ; 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 70bf693685)
2007-10-10 15:01:08 -05:00
Andrew Bartlett
3ccf9ff2ab r23881: A quick fix from davecb@spamcop.net to be more portable to non-GNU
make in autogen.sh.

Andrew Bartlett
(This used to be commit f47e5f7161)
2007-10-10 15:01:07 -05:00
Stefan Metzmacher
75d36415e9 r22436: allow:
AUTOGEN_SKIP_SWAT=yes ./autogen.sh

metze
(This used to be commit 8f86e6eba9)
2007-10-10 14:51:19 -05:00
Andrew Tridgell
1c211a2e43 r20650: revert a bunch of code I didn't mean to commit yet
(This used to be commit b3e2d49087)
2007-10-10 14:37:26 -05:00
Andrew Tridgell
f6274959ba r20647: add cluster code
(This used to be commit 5870830b99)
2007-10-10 14:37:24 -05:00
Derrell Lipman
d0d846cd9b r20519: Web Application Framework
- 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 9d89b7663a)
2007-10-10 14:36:10 -05:00
Stefan Metzmacher
14651f3cb7 r18092: pass -Ilib/replace to autoconf/autoheader
to hopefully fix the samba4 build

metze
(This used to be commit 7be45d275d)
2007-10-10 14:17:15 -05:00
Stefan Metzmacher
c0fb8bf291 r14950: make sure include/config.h is only updated when the content was changed
metze
(This used to be commit 2488ead8c3)
2007-10-10 14:00:22 -05:00
Andrew Tridgell
2068037ba9 r7661: patch from tburdi1@uic.edu to fix autogen.sh on freebsd
(This used to be commit ffe1b5e6f4)
2007-10-10 13:18:18 -05:00
Gerald Carter
6f99430d22 r5282: merging autogen fixes from 3_0
(This used to be commit ece7a3918e)
2007-10-10 13:09:36 -05:00
Stefan Metzmacher
12d8b02f44 r4572: remove configure and include/config.h*
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 bfedcbc598)
2007-10-10 13:08:28 -05:00
Stefan Metzmacher
1ac201024b r206: - we know use SVN not CVS:-)
- we should cleanup the cache before and after autoconf

metze
(This used to be commit 114f5198a7)
2007-10-10 12:51:17 -05:00
Stefan Metzmacher
e06687eb17 merge the version.h autogeneration stuff from 3.0
metze
(This used to be commit 24dc237e10)
2004-01-28 12:47:52 +00:00
Andrew Tridgell
2bd7a626a6 my debian unstable box uses "autoconf2.50" - i wish there were a
better way than this!
(This used to be commit ad52fd9baf)
2003-12-04 01:17:00 +00:00
Jelmer Vernooij
1d471e8a74 Sync autogen.sh from samba3
(This used to be commit 7bc56792dc)
2003-08-17 06:47:52 +00:00
Andrew Tridgell
ef2e26c91b first public release of samba4 code
(This used to be commit b0510b5428)
2003-08-13 01:53:07 +00:00