Skip to content

Commit 33a4a05

Browse files
committed
Move everything up a level since the root dir no longer has stuff
1 parent bdff48f commit 33a4a05

File tree

1,955 files changed

+74
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,955 files changed

+74
-76
lines changed

.gitignore

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -34,49 +34,44 @@
3434
*.zip
3535
*~
3636

37-
bin
38-
lib
39-
obj
40-
ipch
37+
/bin
38+
/include
39+
/ipch
40+
/lib
41+
/obj
42+
/tests/data
4143

4244
.lvimrc
4345
.syntastic_cpp_config
46+
/Makefile.inc
4447
BuildLog.htm
45-
Makefile.inc
4648
acconf.h
4749
acconf.h.in
4850
aclocal.m4
49-
aegisub/conf.sh
50-
aegisub/desktop/aegisub.desktop
51-
aegisub/desktop/aegisub.desktop.template
52-
aegisub/libaegisub/libaegisub-3.0.so.3
53-
aegisub/reporter/reporter-3.0
54-
aegisub/src/aegisub
55-
aegisub/src/aegisub-3.0
56-
aegisub/src/libresrc/bitmap.cpp
57-
aegisub/src/libresrc/bitmap.h
58-
aegisub/src/libresrc/default_config.cpp
59-
aegisub/src/libresrc/default_config.h
60-
aegisub/src/libresrc/default_config_platform.json
61-
aegisub/tools/common-respack
62-
aegisub/tools/repack-thes-dict
63-
aegisub/tools/repack-thes-dict.dSYM
64-
aegisub/tools/osx-bundle-restart-helper
65-
aegisub/tools/osx-bundle.sed
6651
autom4te.cache
52+
conf.sh
6753
config.log
6854
config.status
6955
config_windows.h
7056
configure
71-
svn-revision.h
72-
svn_revision
73-
svnmove.txt
57+
desktop/aegisub.desktop
58+
desktop/aegisub.desktop.template
7459
git_version.h
7560
git_version.xml
76-
aegisub/tests/data
77-
aegisub/tests/run
78-
aegisub/tests/*.json
61+
src/aegisub
62+
src/libresrc/bitmap.cpp
63+
src/libresrc/bitmap.h
64+
src/libresrc/default_config.cpp
65+
src/libresrc/default_config.h
66+
src/libresrc/default_config_platform.json
67+
svn-revision.h
68+
svn_revision
69+
tests/*.json
70+
tests/run
71+
tools/common-respack
72+
tools/osx-bundle-restart-helper
73+
tools/osx-bundle.sed
74+
tools/repack-thes-dict
75+
tools/repack-thes-dict.dSYM
7976

80-
/packages
8177
.nuget
82-
/aegisub/include

.gitmodules

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
[submodule "aegisub/vendor/fribidi"]
2-
path = aegisub/vendor/fribidi
2+
path = vendor/fribidi
33
url = git://anongit.freedesktop.org/fribidi/fribidi
44
ignore = dirty
55
[submodule "aegisub/vendor/freetype2"]
6-
path = aegisub/vendor/freetype2
6+
path = vendor/freetype2
77
url = git://git.sv.nongnu.org/freetype/freetype2.git
88
ignore = dirty
99
[submodule "aegisub/vendor/zlib"]
10-
path = aegisub/vendor/zlib
10+
path = vendor/zlib
1111
url = git://github.com/madler/zlib.git
1212
ignore = dirty
1313
[submodule "aegisub/vendor/wxWidgets"]
14-
path = aegisub/vendor/wxWidgets
14+
path = vendor/wxWidgets
1515
url = git://github.com/wxWidgets/wxWidgets.git
1616
ignore = dirty
1717
[submodule "aegisub/vendor/googletest"]
18-
path = aegisub/vendor/googletest
18+
path = vendor/googletest
1919
url = git://github.com/svn2github/googletest.git
2020
ignore = dirty
2121
[submodule "aegisub/vendor/ffmpeg"]
22-
path = aegisub/vendor/ffmpeg
22+
path = vendor/ffmpeg
2323
url = git://source.ffmpeg.org/ffmpeg.git
2424
ignore = dirty
2525
[submodule "aegisub/vendor/ffms2"]
26-
path = aegisub/vendor/ffms2
26+
path = vendor/ffms2
2727
url = git://github.com/FFMS/ffms2.git
2828
branch = master
2929
ignore = dirty
3030
[submodule "aegisub/vendor/fontconfig"]
31-
path = aegisub/vendor/fontconfig
31+
path = vendor/fontconfig
3232
url = git://github.com/tgoyne/fontconfig.git
3333
branch = msvc
3434
ignore = dirty
3535
[submodule "aegisub/vendor/libass"]
36-
path = aegisub/vendor/libass
36+
path = vendor/libass
3737
url = git://github.com/libass/libass.git
3838
branch = master
3939
[submodule "aegisub/vendor/icu"]
40-
path = aegisub/vendor/icu
40+
path = vendor/icu
4141
url = git://github.com/sillsdev/icu4c.git
4242
branch = trunk
4343
ignore = dirty
4444
[submodule "aegisub/vendor/boost"]
45-
path = aegisub/vendor/boost
45+
path = vendor/boost
4646
url = https://github.com/boostorg/boost.git
4747
ignore = dirty
4848
[submodule "aegisub/vendor/lua"]
49-
path = aegisub/vendor/lua
49+
path = vendor/lua
5050
url = git://github.com/ittner/Lua-experimentation.git
5151
branch = lua51
5252
ignore = dirty
5353
[submodule "aegisub/vendor/fftw"]
54-
path = aegisub/vendor/fftw
54+
path = vendor/fftw
5555
url = https://github.com/Aegisub/fftw3.git
5656
ignore = dirty

.nuget/NuGet.Config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<solution>
44
<add key="disableSourceControlIntegration" value="true" />
55
</solution>
6-
</configuration>
6+
<config>
7+
<add key="repositoryPath" value="lib" />
8+
</config>
9+
</configuration>

Aegisub.sln

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,56 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2013
33
VisualStudioVersion = 12.0.21005.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Aegisub", "aegisub\build\Aegisub\Aegisub.vcxproj", "{9DDDB9E5-E4A1-423D-A224-F6D4E5AAC06A}"
5+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Aegisub", "build\Aegisub\Aegisub.vcxproj", "{9DDDB9E5-E4A1-423D-A224-F6D4E5AAC06A}"
66
ProjectSection(ProjectDependencies) = postProject
77
{914A5B35-66B2-4293-BB6C-D93DA9BC68C6} = {914A5B35-66B2-4293-BB6C-D93DA9BC68C6}
88
EndProjectSection
99
EndProject
10-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csrihelper", "aegisub\build\csrihelper\csrihelper.vcxproj", "{C832EAF3-860D-4373-A02C-933626B47A5E}"
10+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csrihelper", "build\csrihelper\csrihelper.vcxproj", "{C832EAF3-860D-4373-A02C-933626B47A5E}"
1111
EndProject
12-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hunspell", "aegisub\build\hunspell\hunspell.vcxproj", "{CC791693-6B28-40AC-879D-64A6C16468E3}"
12+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hunspell", "build\hunspell\hunspell.vcxproj", "{CC791693-6B28-40AC-879D-64A6C16468E3}"
1313
EndProject
14-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libaegisub", "aegisub\build\libaegisub\libaegisub.vcxproj", "{BB3FED86-DB7A-4DC7-964A-260FB86CDE61}"
14+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libaegisub", "build\libaegisub\libaegisub.vcxproj", "{BB3FED86-DB7A-4DC7-964A-260FB86CDE61}"
1515
EndProject
16-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiconv", "aegisub\build\libiconv\libiconv.vcxproj", "{965054D2-44F2-4EB2-9879-051CC3D7EF08}"
16+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiconv", "build\libiconv\libiconv.vcxproj", "{965054D2-44F2-4EB2-9879-051CC3D7EF08}"
1717
EndProject
18-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libresrc", "aegisub\build\libresrc\libresrc.vcxproj", "{BD00D65F-24DA-4784-8860-3B972EA125FC}"
18+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libresrc", "build\libresrc\libresrc.vcxproj", "{BD00D65F-24DA-4784-8860-3B972EA125FC}"
1919
ProjectSection(ProjectDependencies) = postProject
2020
{0518D6C0-7BF6-4FD1-91FB-191BD10DB2AC} = {0518D6C0-7BF6-4FD1-91FB-191BD10DB2AC}
2121
{08AF2BCC-FCDD-4F0E-8B41-59A6E634F2E8} = {08AF2BCC-FCDD-4F0E-8B41-59A6E634F2E8}
2222
EndProjectSection
2323
EndProject
24-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "aegisub\build\lua51\lua51.vcxproj", "{5391A8B1-9C70-4DC4-92AD-D3E34C6B803F}"
24+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua51", "build\lua51\lua51.vcxproj", "{5391A8B1-9C70-4DC4-92AD-D3E34C6B803F}"
2525
EndProject
26-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "respack", "aegisub\build\respack\respack.vcxproj", "{08AF2BCC-FCDD-4F0E-8B41-59A6E634F2E8}"
26+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "respack", "build\respack\respack.vcxproj", "{08AF2BCC-FCDD-4F0E-8B41-59A6E634F2E8}"
2727
EndProject
28-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "universalchardet", "aegisub\build\universalchardet\universalchardet.vcxproj", "{7B56955D-5162-4698-AA5B-47484EDC8783}"
28+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "universalchardet", "build\universalchardet\universalchardet.vcxproj", "{7B56955D-5162-4698-AA5B-47484EDC8783}"
2929
EndProject
30-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fftw", "aegisub\build\fftw\fftw.vcxproj", "{EA3DCC95-2423-4EA0-A508-7A427B4C0594}"
30+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fftw", "build\fftw\fftw.vcxproj", "{EA3DCC95-2423-4EA0-A508-7A427B4C0594}"
3131
EndProject
32-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "aegisub\build\freetype2\freetype.vcxproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
32+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "build\freetype2\freetype.vcxproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
3333
EndProject
34-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fontconfig", "aegisub\build\fontconfig\fontconfig.vcxproj", "{AD56899E-961B-47B7-BD0F-14D0DA50D141}"
34+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fontconfig", "build\fontconfig\fontconfig.vcxproj", "{AD56899E-961B-47B7-BD0F-14D0DA50D141}"
3535
ProjectSection(ProjectDependencies) = postProject
3636
{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B} = {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}
3737
EndProjectSection
3838
EndProject
39-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fribidi", "aegisub\build\fribidi\fribidi.vcxproj", "{FB8E8D19-A4D6-4181-943C-282075F49B41}"
39+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fribidi", "build\fribidi\fribidi.vcxproj", "{FB8E8D19-A4D6-4181-943C-282075F49B41}"
4040
ProjectSection(ProjectDependencies) = postProject
4141
{914A5B35-66B2-4293-BB6C-D93DA9BC68C6} = {914A5B35-66B2-4293-BB6C-D93DA9BC68C6}
4242
EndProjectSection
4343
EndProject
44-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffms2", "aegisub\build\ffms2\ffms2.vcxproj", "{AA137613-96A1-4388-8905-71345B4F8F87}"
44+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffms2", "build\ffms2\ffms2.vcxproj", "{AA137613-96A1-4388-8905-71345B4F8F87}"
4545
ProjectSection(ProjectDependencies) = postProject
4646
{F934AB7B-186B-4E96-B20C-A58C38C1B819} = {F934AB7B-186B-4E96-B20C-A58C38C1B819}
4747
EndProjectSection
4848
EndProject
49-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpeg", "aegisub\build\ffmpeg\ffmpeg.vcxproj", "{F934AB7B-186B-4E96-B20C-A58C38C1B819}"
49+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpeg", "build\ffmpeg\ffmpeg.vcxproj", "{F934AB7B-186B-4E96-B20C-A58C38C1B819}"
5050
ProjectSection(ProjectDependencies) = postProject
5151
{10F22A5A-DD9E-44A1-BA2E-2A9A7C78B0EE} = {10F22A5A-DD9E-44A1-BA2E-2A9A7C78B0EE}
5252
EndProjectSection
5353
EndProject
54-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "aegisub\build\zlib\zlib.vcxproj", "{10F22A5A-DD9E-44A1-BA2E-2A9A7C78B0EE}"
54+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "build\zlib\zlib.vcxproj", "{10F22A5A-DD9E-44A1-BA2E-2A9A7C78B0EE}"
5555
EndProject
5656
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CEAEFCB9-3759-4D03-8D51-7287D7B7E7DF}"
5757
ProjectSection(SolutionItems) = preProject
@@ -60,27 +60,27 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CEAEFC
6060
.nuget\NuGet.targets = .nuget\NuGet.targets
6161
EndProjectSection
6262
EndProject
63-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxWidgets", "aegisub\build\wx\wxWidgets.vcxproj", "{0518D6C0-7BF6-4FD1-91FB-191BD10DB2AC}"
63+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxWidgets", "build\wx\wxWidgets.vcxproj", "{0518D6C0-7BF6-4FD1-91FB-191BD10DB2AC}"
6464
ProjectSection(ProjectDependencies) = postProject
6565
{914A5B35-66B2-4293-BB6C-D93DA9BC68C6} = {914A5B35-66B2-4293-BB6C-D93DA9BC68C6}
6666
EndProjectSection
6767
EndProject
68-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libass", "aegisub\build\libass\libass.vcxproj", "{8804F253-DA67-4CC4-926B-0CD2AEE5778D}"
68+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libass", "build\libass\libass.vcxproj", "{8804F253-DA67-4CC4-926B-0CD2AEE5778D}"
6969
EndProject
70-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PortableInstaller", "aegisub\build\PortableInstaller\PortableInstaller.vcxproj", "{5B0E9978-E76F-4BBC-8194-228323F59B53}"
70+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PortableInstaller", "build\PortableInstaller\PortableInstaller.vcxproj", "{5B0E9978-E76F-4BBC-8194-228323F59B53}"
7171
EndProject
72-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost", "aegisub\build\boost\boost.vcxproj", "{A649D828-A399-4D81-ADEF-94CFDBA7847F}"
72+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost", "build\boost\boost.vcxproj", "{A649D828-A399-4D81-ADEF-94CFDBA7847F}"
7373
EndProject
74-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "icu", "aegisub\build\icu\icu.vcxproj", "{F934AB7B-186B-4E96-B20C-A58C38C1B818}"
74+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "icu", "build\icu\icu.vcxproj", "{F934AB7B-186B-4E96-B20C-A58C38C1B818}"
7575
ProjectSection(ProjectDependencies) = postProject
7676
{914A5B35-66B2-4293-BB6C-D93DA9BC68C6} = {914A5B35-66B2-4293-BB6C-D93DA9BC68C6}
7777
EndProjectSection
7878
EndProject
79-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "googletest", "aegisub\build\googletest\googletest.vcxproj", "{FBE51B37-8B12-41E8-B5E0-F00A06B4BCD2}"
79+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "googletest", "build\googletest\googletest.vcxproj", "{FBE51B37-8B12-41E8-B5E0-F00A06B4BCD2}"
8080
EndProject
81-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "aegisub\build\tests\tests.vcxproj", "{49766286-2B5D-4177-A860-BD7CE1846EEF}"
81+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "build\tests\tests.vcxproj", "{49766286-2B5D-4177-A860-BD7CE1846EEF}"
8282
EndProject
83-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildTasks", "aegisub\build\BuildTasks\BuildTasks.csproj", "{914A5B35-66B2-4293-BB6C-D93DA9BC68C6}"
83+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildTasks", "build\BuildTasks\BuildTasks.csproj", "{914A5B35-66B2-4293-BB6C-D93DA9BC68C6}"
8484
EndProject
8585
Global
8686
GlobalSection(SolutionConfigurationPlatforms) = preSolution

aegisub/LICENCE renamed to LICENCE

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 3 additions & 3 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

aegisub/build/Aegisub/Aegisub.vcxproj renamed to build/Aegisub/Aegisub.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Command="$(MSBuildThisFileDirectory)..\version.sh"
3535
WorkingDirectory="$(AegisubSourceBase)"
3636
Configuration="@(ExecShellScript)"
37-
Arguments=".." />
37+
Arguments="." />
3838
</Target>
3939

4040
<!-- Project References -->
File renamed without changes.

aegisub/build/BuildTasks/BuildTasks.csproj renamed to build/BuildTasks/BuildTasks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="ICSharpCode.SharpZipLib">
38-
<HintPath>..\..\..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
38+
<HintPath>..\..\.nuget\lib\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
3939
</Reference>
4040
<Reference Include="Microsoft.Build" />
4141
<Reference Include="Microsoft.Build.Engine" />
@@ -70,4 +70,4 @@
7070
<Target Name="AfterBuild">
7171
</Target>
7272
-->
73-
</Project>
73+
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

aegisub/build/version.sh renamed to build/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ srcdir="$1"
22

33
# If no git repo try to read from the existing git_version.h, for building from tarballs
44
if ! test -d "${srcdir}/.git"; then
5-
version_h_path="${srcdir}/aegisub/build/git_version.h"
5+
version_h_path="${srcdir}/build/git_version.h"
66
if test -f "${version_h_path}"; then
77
while read line; do
88
set -- $line
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

aegisub/configure.ac renamed to configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ PKG_PROG_PKG_CONFIG([pkgconfig_required_version])
125125
# Developers only
126126
#################
127127
AC_MSG_CHECKING([for version])
128-
. $srcdir/build/version.sh "$srcdir/.."
128+
. $srcdir/build/version.sh "$srcdir"
129129
AC_MSG_RESULT([$BUILD_GIT_VERSION_STRING $VERSION_SOURCE])
130130

131131
AC_MSG_CHECKING([for build date])
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)