mirror of
https://github.com/troglobit/editline.git
synced 2025-12-16 02:54:46 +08:00
Remove generated files from autoconf et al, run ./autogen.sh instead.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
7
autogen.sh
Executable file
7
autogen.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user