]> git.pld-linux.org Git - packages/centericq.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'.
authorcvs2git <feedback@pld-linux.org>
Sun, 1 Feb 2004 01:33:52 +0000 (01:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2004-02-01 01:33:52 UTC Jakub Bogusz <qboosh@pld-linux.org> '- standardize locale dir names (zh_TW.Big5->zh_TW); release 2'
Cherrypick from master 2002-06-12 08:16:05 UTC Jakub Bogusz <qboosh@pld-linux.org> '- fix needed for ac 2.53':
    centericq-acfix.patch -> 1.1

centericq-acfix.patch [new file with mode: 0644]

diff --git a/centericq-acfix.patch b/centericq-acfix.patch
new file mode 100644 (file)
index 0000000..fa743dd
--- /dev/null
@@ -0,0 +1,30 @@
+--- centericq-4.7.2/configure.in.orig  Sun May 19 11:27:09 2002
++++ centericq-4.7.2/configure.in       Wed Jun 12 10:03:41 2002
+@@ -55,10 +55,10 @@
+ AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
+ AC_CHECK_HEADERS(ext/hash_map,,
+-  AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes])))
++  [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))])
+ AC_CHECK_HEADERS(sstream,,
+-  AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
++  [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
+ AC_LANG_RESTORE
+--- centericq-4.7.2/libicq2000-0.6/configure.in.orig   Sun Apr 21 10:30:08 2002
++++ centericq-4.7.2/libicq2000-0.6/configure.in        Wed Jun 12 10:07:16 2002
+@@ -23,10 +23,10 @@
+ AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
+ AC_CHECK_HEADERS(ext/hash_map,,
+-  AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes])))
++  [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))])
+ AC_CHECK_HEADERS(sstream,,
+-  AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
++  [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
+ AC_LANG_RESTORE
This page took 0.069312 seconds and 4 git commands to generate.