summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-05-26 16:35:07 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-05-26 16:35:07 +0000
commit300caa076e9b97e19a53edacfff4e684211b253f (patch)
treebde2956c43ac29c1242a2265d6eeaf9bd0ce477b
parent7a9615960f53c15f0c84d1ee6ff934ec76994eef (diff)
Tempus fugit.
-rw-r--r--BatteryMeter.c2
-rw-r--r--BatteryMeter.h2
-rw-r--r--CPUMeter.c2
-rw-r--r--CPUMeter.h2
-rw-r--r--CRT.c2
-rw-r--r--CRT.h2
-rw-r--r--CheckItem.c2
-rw-r--r--CheckItem.h2
-rw-r--r--ClockMeter.c2
-rw-r--r--ClockMeter.h2
-rw-r--r--FunctionBar.c2
-rw-r--r--FunctionBar.h2
-rw-r--r--Hashtable.c2
-rw-r--r--Hashtable.h2
-rw-r--r--Header.c2
-rw-r--r--Header.h2
-rw-r--r--HostnameMeter.c2
-rw-r--r--HostnameMeter.h2
-rw-r--r--ListItem.c2
-rw-r--r--ListItem.h2
-rw-r--r--LoadAverageMeter.c2
-rw-r--r--LoadAverageMeter.h2
-rw-r--r--MemoryMeter.c2
-rw-r--r--MemoryMeter.h2
-rw-r--r--Meter.c2
-rw-r--r--Meter.h2
-rw-r--r--Object.c2
-rw-r--r--Object.h2
-rw-r--r--Panel.c2
-rw-r--r--Panel.h2
-rw-r--r--Process.h2
-rw-r--r--ScreenManager.c2
-rw-r--r--ScreenManager.h2
-rw-r--r--Settings.c2
-rw-r--r--Settings.h2
-rw-r--r--SignalItem.c2
-rw-r--r--SignalItem.h2
-rw-r--r--String.c2
-rw-r--r--String.h2
-rw-r--r--SwapMeter.c2
-rw-r--r--SwapMeter.h2
-rw-r--r--TasksMeter.c2
-rw-r--r--TasksMeter.h2
-rw-r--r--UptimeMeter.c2
-rw-r--r--UptimeMeter.h2
-rw-r--r--UsersTable.c2
-rw-r--r--UsersTable.h2
-rw-r--r--Vector.c2
-rw-r--r--Vector.h2
-rw-r--r--htop.h4
-rw-r--r--m4/ltversion.m410
51 files changed, 56 insertions, 56 deletions
diff --git a/BatteryMeter.c b/BatteryMeter.c
index 36b90e7d..1690a969 100644
--- a/BatteryMeter.c
+++ b/BatteryMeter.c
@@ -1,6 +1,6 @@
/*
htop
- (C) 2004-2010 Hisham H. Muhammad
+ (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
diff --git a/BatteryMeter.h b/BatteryMeter.h
index a3f2dd87..9bef8df6 100644
--- a/BatteryMeter.h
+++ b/BatteryMeter.h
@@ -4,7 +4,7 @@
#define HEADER_BatteryMeter
/*
htop
- (C) 2004-2010 Hisham H. Muhammad
+ (C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
diff --git a/CPUMeter.c b/CPUMeter.c
index f251fd08..c1912f15 100644
--- a/CPUMeter.c
+++ b/CPUMeter.c
@@ -1,6 +1,6 @@
/*
htop - CPUMeter.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/CPUMeter.h b/CPUMeter.h
index fed35d33..37f7b431 100644
--- a/CPUMeter.h
+++ b/CPUMeter.h
@@ -4,7 +4,7 @@
#define HEADER_CPUMeter
/*
htop - CPUMeter.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/CRT.c b/CRT.c
index bf6afec2..5573890f 100644
--- a/CRT.c
+++ b/CRT.c
@@ -1,6 +1,6 @@
/*
htop - CRT.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/CRT.h b/CRT.h
index 438d4ae2..08b5d9a5 100644
--- a/CRT.h
+++ b/CRT.h
@@ -4,7 +4,7 @@
#define HEADER_CRT
/*
htop - CRT.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/CheckItem.c b/CheckItem.c
index a5faddfd..2d87aded 100644
--- a/CheckItem.c
+++ b/CheckItem.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/CheckItem.h b/CheckItem.h
index d1950ced..32156238 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -4,7 +4,7 @@
#define HEADER_CheckItem
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/ClockMeter.c b/ClockMeter.c
index 5e2c20d2..3764ca7c 100644
--- a/ClockMeter.c
+++ b/ClockMeter.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/ClockMeter.h b/ClockMeter.h
index 581bf2b7..d4c8f82b 100644
--- a/ClockMeter.h
+++ b/ClockMeter.h
@@ -4,7 +4,7 @@
#define HEADER_ClockMeter
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/FunctionBar.c b/FunctionBar.c
index 5a964b5e..ef643462 100644
--- a/FunctionBar.c
+++ b/FunctionBar.c
@@ -1,6 +1,6 @@
/*
htop - FunctionBar.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/FunctionBar.h b/FunctionBar.h
index 8ada53df..e7fcb4f6 100644
--- a/FunctionBar.h
+++ b/FunctionBar.h
@@ -4,7 +4,7 @@
#define HEADER_FunctionBar
/*
htop - FunctionBar.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Hashtable.c b/Hashtable.c
index bda7d13d..f2f87d20 100644
--- a/Hashtable.c
+++ b/Hashtable.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Hashtable.h b/Hashtable.h
index a02ed0f8..5f4a261f 100644
--- a/Hashtable.h
+++ b/Hashtable.h
@@ -4,7 +4,7 @@
#define HEADER_Hashtable
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Header.c b/Header.c
index 5af95087..a30c834b 100644
--- a/Header.c
+++ b/Header.c
@@ -1,6 +1,6 @@
/*
htop - Header.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Header.h b/Header.h
index 0f9d2d27..a74e8579 100644
--- a/Header.h
+++ b/Header.h
@@ -4,7 +4,7 @@
#define HEADER_Header
/*
htop - Header.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/HostnameMeter.c b/HostnameMeter.c
index 3fbd5498..7c4e6b1a 100644
--- a/HostnameMeter.c
+++ b/HostnameMeter.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/HostnameMeter.h b/HostnameMeter.h
index 83319668..ddebfcf3 100644
--- a/HostnameMeter.h
+++ b/HostnameMeter.h
@@ -4,7 +4,7 @@
#define HEADER_HostnameMeter
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/ListItem.c b/ListItem.c
index 2568ef40..68ca7c92 100644
--- a/ListItem.c
+++ b/ListItem.c
@@ -1,6 +1,6 @@
/*
htop - ListItem.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/ListItem.h b/ListItem.h
index cc13d73c..de0edef6 100644
--- a/ListItem.h
+++ b/ListItem.h
@@ -4,7 +4,7 @@
#define HEADER_ListItem
/*
htop - ListItem.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/LoadAverageMeter.c b/LoadAverageMeter.c
index 1109dab4..6c19e2d2 100644
--- a/LoadAverageMeter.c
+++ b/LoadAverageMeter.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/LoadAverageMeter.h b/LoadAverageMeter.h
index 9c6e8725..7610e60b 100644
--- a/LoadAverageMeter.h
+++ b/LoadAverageMeter.h
@@ -4,7 +4,7 @@
#define HEADER_LoadAverageMeter
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/MemoryMeter.c b/MemoryMeter.c
index e3e18ec0..e9e91259 100644
--- a/MemoryMeter.c
+++ b/MemoryMeter.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/MemoryMeter.h b/MemoryMeter.h
index 16226644..4f6d958a 100644
--- a/MemoryMeter.h
+++ b/MemoryMeter.h
@@ -4,7 +4,7 @@
#define HEADER_MemoryMeter
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Meter.c b/Meter.c
index 713cd12f..6947d9b3 100644
--- a/Meter.c
+++ b/Meter.c
@@ -1,6 +1,6 @@
/*
htop - Meter.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Meter.h b/Meter.h
index 147bc62e..e1cd6c3c 100644
--- a/Meter.h
+++ b/Meter.h
@@ -4,7 +4,7 @@
#define HEADER_Meter
/*
htop - Meter.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Object.c b/Object.c
index a9e99190..4e61c543 100644
--- a/Object.c
+++ b/Object.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Object.h b/Object.h
index 87ff4d87..097af905 100644
--- a/Object.h
+++ b/Object.h
@@ -4,7 +4,7 @@
#define HEADER_Object
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Panel.c b/Panel.c
index c90a1674..4398c0ea 100644
--- a/Panel.c
+++ b/Panel.c
@@ -1,6 +1,6 @@
/*
htop - Panel.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Panel.h b/Panel.h
index c6f74336..53fc6fd3 100644
--- a/Panel.h
+++ b/Panel.h
@@ -4,7 +4,7 @@
#define HEADER_Panel
/*
htop - Panel.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Process.h b/Process.h
index 249c90fb..ec0855a0 100644
--- a/Process.h
+++ b/Process.h
@@ -4,7 +4,7 @@
#define HEADER_Process
/*
htop - Process.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/ScreenManager.c b/ScreenManager.c
index 7fc50bdf..38d4e231 100644
--- a/ScreenManager.c
+++ b/ScreenManager.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/ScreenManager.h b/ScreenManager.h
index 1404b385..e169c30b 100644
--- a/ScreenManager.h
+++ b/ScreenManager.h
@@ -4,7 +4,7 @@
#define HEADER_ScreenManager
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Settings.c b/Settings.c
index 5e07995a..c87bf2af 100644
--- a/Settings.c
+++ b/Settings.c
@@ -1,6 +1,6 @@
/*
htop - Settings.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Settings.h b/Settings.h
index 68d84ec8..db3a6469 100644
--- a/Settings.h
+++ b/Settings.h
@@ -4,7 +4,7 @@
#define HEADER_Settings
/*
htop - Settings.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/SignalItem.c b/SignalItem.c
index fde1af2b..add947e7 100644
--- a/SignalItem.c
+++ b/SignalItem.c
@@ -1,6 +1,6 @@
/*
htop - SignalItem.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/SignalItem.h b/SignalItem.h
index 1e929af9..03dc25f5 100644
--- a/SignalItem.h
+++ b/SignalItem.h
@@ -4,7 +4,7 @@
#define HEADER_SignalItem
/*
htop - SignalItem.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/String.c b/String.c
index 6a6db94d..2ee24ac0 100644
--- a/String.c
+++ b/String.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/String.h b/String.h
index 907c50ea..d89fe8c2 100644
--- a/String.h
+++ b/String.h
@@ -4,7 +4,7 @@
#define HEADER_String
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/SwapMeter.c b/SwapMeter.c
index ecbd129a..ed21292a 100644
--- a/SwapMeter.c
+++ b/SwapMeter.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/SwapMeter.h b/SwapMeter.h
index efaab233..f243a5bd 100644
--- a/SwapMeter.h
+++ b/SwapMeter.h
@@ -4,7 +4,7 @@
#define HEADER_SwapMeter
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/TasksMeter.c b/TasksMeter.c
index 9f177954..999c681d 100644
--- a/TasksMeter.c
+++ b/TasksMeter.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/TasksMeter.h b/TasksMeter.h
index db6e4b6c..ea39a417 100644
--- a/TasksMeter.h
+++ b/TasksMeter.h
@@ -4,7 +4,7 @@
#define HEADER_TasksMeter
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/UptimeMeter.c b/UptimeMeter.c
index 475350db..cec6c040 100644
--- a/UptimeMeter.c
+++ b/UptimeMeter.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/UptimeMeter.h b/UptimeMeter.h
index f7b2dc69..3397bbc3 100644
--- a/UptimeMeter.h
+++ b/UptimeMeter.h
@@ -4,7 +4,7 @@
#define HEADER_UptimeMeter
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/UsersTable.c b/UsersTable.c
index 49a51596..1c56da46 100644
--- a/UsersTable.c
+++ b/UsersTable.c
@@ -1,6 +1,6 @@
/*
htop - UsersTable.c
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/UsersTable.h b/UsersTable.h
index cd697936..7a591f78 100644
--- a/UsersTable.h
+++ b/UsersTable.h
@@ -4,7 +4,7 @@
#define HEADER_UsersTable
/*
htop - UsersTable.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Vector.c b/Vector.c
index 863cf637..e66e7232 100644
--- a/Vector.c
+++ b/Vector.c
@@ -1,6 +1,6 @@
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Vector.h b/Vector.h
index d2b74ce7..fc189bfa 100644
--- a/Vector.h
+++ b/Vector.h
@@ -4,7 +4,7 @@
#define HEADER_Vector
/*
htop
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/htop.h b/htop.h
index 86533e57..b918cf37 100644
--- a/htop.h
+++ b/htop.h
@@ -4,7 +4,7 @@
#define HEADER_htop
/*
htop - htop.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
@@ -41,7 +41,7 @@ in the source distribution for its full text.
#define INCSEARCH_MAX 40
-#define COPYRIGHT "(C) 2004-2010 Hisham Muhammad"
+#define COPYRIGHT "(C) 2004-2011 Hisham Muhammad"
int main(int argc, char** argv);
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
index b8e154fe..f3c53098 100644
--- a/m4/ltversion.m4
+++ b/m4/ltversion.m4
@@ -9,15 +9,15 @@
# Generated from ltversion.in.
-# serial 3012 ltversion.m4
+# serial 3017 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
-m4_define([LT_PACKAGE_REVISION], [1.3012])
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
+m4_define([LT_PACKAGE_REVISION], [1.3017])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
+[macro_version='2.2.6b'
+macro_revision='1.3017'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])

© 2014-2024 Faster IT GmbH | imprint | privacy policy