1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/zebra-0.93a/update-autotools
2024-07-22 01:58:46 -03:00

15 lines
264 B
Bash
Executable File

#! /bin/sh
#
# When local system does not have the latest autoconf/automake
# -- Kunihiro Ishiguro <kunihiro@zebra.org>
#
rm -f config.cache
rm -f Makefile.in
rm -f aclocal.m4
rm -f config.h.in
rm -f configure
aclocal
autoheader
autoconf
automake --foreign