mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
autoconf: update to 2.69.
This commit is contained in:
@@ -5,16 +5,6 @@
|
||||
#usr/bin/autoscan
|
||||
#usr/bin/autoupdate
|
||||
#usr/bin/ifnames
|
||||
#usr/info/autoconf.info
|
||||
#usr/man/man1/autoconf.1
|
||||
#usr/man/man1/autoheader.1
|
||||
#usr/man/man1/autom4te.1
|
||||
#usr/man/man1/autoreconf.1
|
||||
#usr/man/man1/autoscan.1
|
||||
#usr/man/man1/autoupdate.1
|
||||
#usr/man/man1/config.guess.1
|
||||
#usr/man/man1/config.sub.1
|
||||
#usr/man/man1/ifnames.1
|
||||
#usr/share/autoconf
|
||||
#usr/share/autoconf/Autom4te
|
||||
#usr/share/autoconf/Autom4te/C4che.pm
|
||||
@@ -23,8 +13,8 @@
|
||||
#usr/share/autoconf/Autom4te/Configure_ac.pm
|
||||
#usr/share/autoconf/Autom4te/FileUtils.pm
|
||||
#usr/share/autoconf/Autom4te/General.pm
|
||||
#usr/share/autoconf/Autom4te/Getopt.pm
|
||||
#usr/share/autoconf/Autom4te/Request.pm
|
||||
#usr/share/autoconf/Autom4te/Struct.pm
|
||||
#usr/share/autoconf/Autom4te/XFile.pm
|
||||
#usr/share/autoconf/INSTALL
|
||||
#usr/share/autoconf/autoconf
|
||||
@@ -35,9 +25,11 @@
|
||||
#usr/share/autoconf/autoconf/autotest.m4
|
||||
#usr/share/autoconf/autoconf/autoupdate.m4
|
||||
#usr/share/autoconf/autoconf/c.m4
|
||||
#usr/share/autoconf/autoconf/erlang.m4
|
||||
#usr/share/autoconf/autoconf/fortran.m4
|
||||
#usr/share/autoconf/autoconf/functions.m4
|
||||
#usr/share/autoconf/autoconf/general.m4
|
||||
#usr/share/autoconf/autoconf/go.m4
|
||||
#usr/share/autoconf/autoconf/headers.m4
|
||||
#usr/share/autoconf/autoconf/lang.m4
|
||||
#usr/share/autoconf/autoconf/libs.m4
|
||||
@@ -53,9 +45,21 @@
|
||||
#usr/share/autoconf/autotest/autotest.m4
|
||||
#usr/share/autoconf/autotest/autotest.m4f
|
||||
#usr/share/autoconf/autotest/general.m4
|
||||
#usr/share/autoconf/autotest/specific.m4
|
||||
#usr/share/autoconf/m4sugar
|
||||
#usr/share/autoconf/m4sugar/foreach.m4
|
||||
#usr/share/autoconf/m4sugar/m4sh.m4
|
||||
#usr/share/autoconf/m4sugar/m4sh.m4f
|
||||
#usr/share/autoconf/m4sugar/m4sugar.m4
|
||||
#usr/share/autoconf/m4sugar/m4sugar.m4f
|
||||
#usr/share/autoconf/m4sugar/version.m4
|
||||
#usr/share/info/autoconf.info
|
||||
#usr/share/man/man1/autoconf.1
|
||||
#usr/share/man/man1/autoheader.1
|
||||
#usr/share/man/man1/autom4te.1
|
||||
#usr/share/man/man1/autoreconf.1
|
||||
#usr/share/man/man1/autoscan.1
|
||||
#usr/share/man/man1/autoupdate.1
|
||||
#usr/share/man/man1/config.guess.1
|
||||
#usr/share/man/man1/config.sub.1
|
||||
#usr/share/man/man1/ifnames.1
|
||||
|
||||
10
lfs/autoconf
10
lfs/autoconf
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2007-2012 Michael Tremer & Christian Schmidt #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,10 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.59
|
||||
VER = 2.69
|
||||
|
||||
THISAPP = autoconf-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
@@ -39,7 +39,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 1ee40f7a676b3cfdc0e3f7cd81551b5f
|
||||
$(DL_FILE)_MD5 = 50f97f4159805e374639a73e2636f22e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -68,7 +68,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
Reference in New Issue
Block a user