Thomas Goyne
eca8991dd8
Remove some pointless configure checks
2014-04-29 07:23:02 -07:00
Thomas Goyne
a7db164bd3
Fix extra blank lines in configure output
2014-04-29 07:12:04 -07:00
Thomas Goyne
3a64d81c50
Decruftify and fix the boost configure checks
2014-04-28 18:37:43 -07:00
Thomas Goyne
33a4a056a4
Move everything up a level since the root dir no longer has stuff
2014-03-11 12:14:57 -07:00
Amar Takhar
91d73ec8ea
SVN Transition Step 3/7
...
1. cd aegisub/
2. svn mv *cpp *h src/
3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
mythes.hxx res.rc src/
4. cd ..
5. svn mv FFmpegSource2/ INSTALL Makefile.am README acinclude.m4 \
autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
6. mkdir -p docs/wiki_convert
7. svn add docs/wiki_convert
8. cd docs
9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/
* See r2749 for full description.
Originally committed to SVN as r2752.
2009-03-08 08:30:39 +00:00
Amar Takhar
0d84a87098
Don't traverse m4macros/ and add the files to EXTRA_DIST in ./Makefile.am for speed.
...
Originally committed to SVN as r2652.
2009-01-05 11:51:56 +00:00
Amar Takhar
04047e8f95
Add detection for universalchardet config detection. This isn't used or hooked
...
up at the moment but will be eventually.
Originally committed to SVN as r2506.
2008-12-17 03:52:33 +00:00
Amar Takhar
42b57fb526
* Fix those annoying _cv_ cache warning messages.
...
Originally committed to SVN as r2502.
2008-12-16 02:03:01 +00:00
Amar Takhar
d82bf5ec6f
Change the WX tests for OpenGL and StyledTextControl to use AC_AGI_LINK, which
...
is similar to AC_AGI_COMPILE, instead it checks for a header + links the library
in seperate tests.
Originally committed to SVN as r2140.
2008-03-25 00:24:39 +00:00
Amar Takhar
732cbbb223
typo fix: s/wether/whether/
...
Originally committed to SVN as r2127.
2008-03-23 23:08:41 +00:00
Amar Takhar
7a87d3a2ee
Change AC_AGI_COMPILE to use AC_RUN_IFELSE instead of AC_COMPILE_IFELSE which
...
only checks if the program links correctly, this way we can make functional
programs to check for library sanity. Also disable the GL check until amz
writes us a slice that uses gl.h/glext.h.
Originally committed to SVN as r2117.
2008-03-22 23:10:55 +00:00
Amar Takhar
28a6ceab78
Add a new (custom) macro AC_AGI_COMPILE to help with writing tests that use the
...
headers+libraries into runnable programs. Hopefully this will solve all the
-dev package situations on Linux.
Originally committed to SVN as r2113.
2008-03-22 19:43:23 +00:00
Amar Takhar
20f0f52cec
Add detection for OpenMP, this isn't hooked up yet but will be later.
...
Originally committed to SVN as r1913.
2008-03-06 16:49:24 +00:00
Amar Takhar
93db5bfd96
Add the m4macros directory to the distfile incase anyone wants to do some
...
quick development.
Originally committed to SVN as r1906.
2008-03-05 17:17:56 +00:00
Amar Takhar
b1c441ff73
Commit the new build system (complete re-write), this includes several changes:
...
* Sane C/CXX/CPP/LDFLAGS
* --with/--without settings
* Proper gettext support
* System portability changes (to support OS X and all other unix-like osen)
* Features to allow for proper compile time settings (support exists features
need to be added)
This comes with no warrenty at the moment, auto3 and asa support are both
incomplete/non-existent, there is no documentation and some conftests still nee$
to be written.
It's still incomplete try it at your own risk!
Originally committed to SVN as r1865.
2008-03-03 07:22:58 +00:00