Opened 6 months ago
Closed 6 months ago
#1564 closed enhancement (fixed)
add automake-1.13 support
| Reported by: | sL1pKn07 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1.0 |
| Component: | General | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | Platform: | Linux | |
| Sub Component: |
Description
please add support to automake-1.13.
automake-1.13 in testing in my distro (archlinux), after one or two weeks move to core
please add support to this
greetings
Change History (5)
comment:1 Changed 6 months ago by Plorkyeran
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 6 months ago by sL1pKn07
em...
==> GIT checkout done.
checking for autoconf >= 2.54 ... yes (version 2.69)
checking for automake >= 1.10 ...
You must have automake 1.10 or newer installed to compile aegisub.
Download the appropriate package for your distribution,
or get the source tarball at ftp://ftp.gnu.org/pub/gnu/automake/
./autogen.sh: line 123: automake-1.10: command not found
Major version might be too new (1.10)
I am going to run ./configure with the following arguments:
--prefix=/usr --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
--- Checking for required M4 files ---
./autogen.sh: line 147: aclocal-1.10: command not found
WARNING: aclocal's directory is , but...
no file /fontutil.m4
You may see fatal macro warnings below.
If these files are installed in /some/dir, set the
ACLOCAL_FLAGS environment variable to "-I /some/dir"
or install /fontutil.m4.
WARNING: aclocal's directory is , but...
no file /gettext.m4
You may see fatal macro warnings below.
If these files are installed in /some/dir, set the
ACLOCAL_FLAGS environment variable to "-I /some/dir"
or install /gettext.m4.
WARNING: aclocal's directory is , but...
no file /pkg.m4
You may see fatal macro warnings below.
If these files are installed in /some/dir, set the
ACLOCAL_FLAGS environment variable to "-I /some/dir"
or install /pkg.m4.
--- aclocal-1.10 ---
./autogen.sh: line 166: aclocal-1.10: command not found
aclocal-1.10 gave errors. Please fix the error conditions and try again.
==> ERROR: A failure occurred in build().
clone from https://github.com/Aegisub/Aegisub.git
./autogen.sh --prefix=/usr --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
greetings
comment:3 Changed 6 months ago by Plorkyeran
- Resolution invalid deleted
- Status changed from closed to reopened
Uh, wow. autogen.sh is pretty insane and out of date. I'm sort of tempted to just delete it entirely since autoreconf is sufficient.
comment:4 Changed 6 months ago by sL1pKn07
oh, oks, thanks for the tip. i see with autoreconf works
then please edit this page to update method to generate configure
http://devel.aegisub.org/wiki/Build/Unix
and i report this "bug" to the maintainer of this package in my distro
greetings and happy new year :)
comment:5 Changed 6 months ago by Plorkyeran
- Milestone set to 3.1.0
- Resolution set to fixed
- Status changed from reopened to closed
(In [e04c46fd4519af83ff02c4a430f67ff8b065b661]) Replace the body of autogen.sh with a call to autoreconf. Closes #1564.

Aegisub doesn't use automake.