mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
8 lines
158 B
Bash
Executable File
8 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Use v1.11 for backwards compat with Ubuntu 12.04 LTS
|
|
export ACLOCAL=aclocal-1.11
|
|
export AUTOMAKE=automake-1.11
|
|
|
|
autoreconf -W portability -visfm
|