Commit graph

19 commits

Author SHA1 Message Date
Jan Holesovsky
56c4710008 Don't mention that we are updating autogen.lastrun. 2011-04-15 14:20:36 +02:00
Tor Lillqvist
47bca2f064 Don't worry if there is no distro-configs/Foo.conf
The --with-distro options might come from bin/build-ooo in a "build"
style build, and in that case, the relevant configure options are
already on the command line, too.
2011-04-08 13:30:17 +03:00
Tor Lillqvist
45f8c190a9 Make the list of valid distros show up also in slightly older Perl versions
See http://perldoc.perl.org/functions/readdir.html .
2011-04-08 13:30:15 +03:00
Norbert Thiebaud
b8f27e21e5 fix the autogen perl wrapper: mishandling of the Darwins-pecific aclocal
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-04-07 14:34:59 +02:00
Jan Holesovsky
c0b9fdfbba Migrate the old autogen.lastrun format to the new one automatically.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-04-07 14:33:40 +02:00
Michael Meeks
1e5339ec92 re-write into perl, to reduce ninja-coding, and fix distro-config bug
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-04-07 14:33:04 +02:00
Norbert Thiebaud
19ef1eb7a7 fix the IFS trick. the bashims removal broke that part 2010-12-01 18:22:32 -06:00
Jan Holesovsky
f9eb714c78 autogen.sh: Even more portable. 2010-12-02 00:14:48 +01:00
Jan Holesovsky
5da12b112f autogen.sh: Remove bashism / non-portable stuff. 2010-12-01 19:03:56 +01:00
Norbert Thiebaud
edac2b708b add support for --with-distro 2010-12-01 06:21:09 -06:00
Takeshi Abe
d2e91b8732 ban bashism 2010-11-30 22:34:22 -06:00
Norbert Thiebaud
4a8e692f6b make autogen ability to remember the last command line work on MacOS
futhermore: the conf.log extraction method is no reliable. autoconf
has changed and newer version don't put it there.
furthermore, because of the post_download generation,
the conf.log get crowded by a second autoconf...
2010-11-30 20:25:22 -06:00
Norbert Thiebaud
4c8c8751e5 building rawbuild on mac should not depend on pkg-config being installed 2010-11-30 20:25:20 -06:00
Thomas Klausner
fb354eb03d Use more portable sed construct for quoting expressions.
Remove unused variable.
2010-10-05 13:06:28 +02:00
Jan Holesovsky
5096198055 Solve the problem with eval & $@. 2010-10-04 17:05:05 +02:00
Fridrich Štrba
03e305a2b5 Don't quote stuff that does not need to be quoted 2010-10-04 16:16:52 +02:00
Jan Holesovsky
55d3dff944 Remove 'configure' from the SCM, generate it using ./autogen.sh instead. 2010-08-24 15:03:44 +02:00
Jan Holesovsky
f645e1bc33 Split build: Revert it for now. 2010-08-18 17:48:07 +02:00
Jan Holesovsky
061104ffd1 Split build: Remove files that should not be revision controlled.
They are generated; so actually also add autogen.sh and Makefile.am to help
to generate them :-)

* Makefile.in: Bin.
* aclocal.m4: Bin.
* configure: Bin.
* autogen.sh: New file.
* Makefile.am: New file.
2009-06-26 00:23:43 +02:00