OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

152 lines
4.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../argp-standalone/0001-Makefile.am-add-more-libtoolization.patch
  5. # Copyright (C) 2013 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. From e8ea423a775a82ee946ba465f766dca0a5f1a90d Mon Sep 17 00:00:00 2001
  17. From: Christian Wiese <chris@opensde.org>
  18. Date: Thu, 8 Aug 2013 10:49:56 +0200
  19. Subject: [PATCH] Makefile.am: add more libtoolization
  20. ---
  21. Makefile.am | 8 +++++---
  22. 1 files changed, 5 insertions(+), 3 deletions(-)
  23. diff --git a/Makefile.am b/Makefile.am
  24. index 5b58d46..757feb6 100644
  25. --- a/Makefile.am
  26. +++ b/Makefile.am
  27. @@ -21,6 +21,8 @@
  28. AUTOMAKE_OPTIONS = foreign
  29. SUBDIRS = . testsuite
  30. +lib_LTLIBRARIES = libargp.la
  31. +
  32. LIBOBJS = @LIBOBJS@
  33. noinst_LIBRARIES = libargp.a
  34. @@ -30,11 +32,11 @@ noinst_HEADERS = argp.h argp-fmtstream.h argp-namefrob.h # argp-comp.h
  35. EXTRA_DIST = mempcpy.c strchrnul.c strndup.c Versions
  36. # Leaves out argp-fs-xinl.c and argp-xinl.c
  37. -libargp_a_SOURCES = argp-ba.c argp-eexst.c argp-fmtstream.c \
  38. +libargp_la_SOURCES = argp-ba.c argp-eexst.c argp-fmtstream.c \
  39. argp-help.c argp-parse.c argp-pv.c \
  40. argp-pvh.c
  41. -libargp_a_LIBADD = $(LIBOBJS)
  42. +libargp_la_LIBADD = $(LIBOBJS)
  43. -argp_test_LDADD = libargp.a
  44. +argp_test_LDADD = libargp.la
  45. --
  46. 1.7.2.3
  47. From 38b1213290277deca769723d595ef7c700db992c Mon Sep 17 00:00:00 2001
  48. From: Christian Wiese <chris@opensde.org>
  49. Date: Thu, 8 Aug 2013 11:51:43 +0200
  50. Subject: [PATCH] more libtoolization (SQUASH)
  51. ---
  52. configure.ac | 2 ++
  53. testsuite/Makefile.am | 2 +-
  54. 2 files changed, 3 insertions(+), 1 deletions(-)
  55. diff --git a/configure.ac b/configure.ac
  56. index 4658839..d819cff 100644
  57. --- a/configure.ac
  58. +++ b/configure.ac
  59. @@ -12,6 +12,8 @@ AM_CONFIG_HEADER(config.h)
  60. # systems; no problems have been reported with it so far.
  61. AC_GNU_SOURCE
  62. +LT_INIT
  63. +
  64. # Checks for programs.
  65. AC_PROG_CC
  66. AC_PROG_MAKE_SET
  67. diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
  68. index 9993541..0e34120 100644
  69. --- a/testsuite/Makefile.am
  70. +++ b/testsuite/Makefile.am
  71. @@ -5,7 +5,7 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
  72. noinst_PROGRAMS = $(TS_PROGS) ex1 ex3 ex4
  73. -LDADD = ../libargp.a
  74. +LDADD = ../libargp.la
  75. EXTRA_DIST = $(TS_SH) run-tests
  76. CLEANFILES = test.out
  77. --
  78. 1.7.2.3
  79. From e7955d68fbc73049f682e67ac0963ea28266b62d Mon Sep 17 00:00:00 2001
  80. From: Christian Wiese <chris@opensde.org>
  81. Date: Thu, 8 Aug 2013 12:15:30 +0200
  82. Subject: [PATCH] SQUASH
  83. ---
  84. Makefile.am | 1 -
  85. 1 files changed, 0 insertions(+), 1 deletions(-)
  86. diff --git a/Makefile.am b/Makefile.am
  87. index 757feb6..466e192 100644
  88. --- a/Makefile.am
  89. +++ b/Makefile.am
  90. @@ -25,7 +25,6 @@ lib_LTLIBRARIES = libargp.la
  91. LIBOBJS = @LIBOBJS@
  92. -noinst_LIBRARIES = libargp.a
  93. noinst_PROGRAMS = argp-test
  94. noinst_HEADERS = argp.h argp-fmtstream.h argp-namefrob.h # argp-comp.h
  95. --
  96. 1.7.2.3
  97. From 0b0b7f32a61769c8c6c7c4656bf92a6457ca2055 Mon Sep 17 00:00:00 2001
  98. From: Christian Wiese <chris@opensde.org>
  99. Date: Thu, 8 Aug 2013 12:20:16 +0200
  100. Subject: [PATCH] SQUASH
  101. ---
  102. Makefile.am | 4 +++-
  103. 1 files changed, 3 insertions(+), 1 deletions(-)
  104. diff --git a/Makefile.am b/Makefile.am
  105. index 466e192..fe8122c 100644
  106. --- a/Makefile.am
  107. +++ b/Makefile.am
  108. @@ -23,10 +23,12 @@ SUBDIRS = . testsuite
  109. lib_LTLIBRARIES = libargp.la
  110. +include_HEADERS = argp.h
  111. +
  112. LIBOBJS = @LIBOBJS@
  113. noinst_PROGRAMS = argp-test
  114. -noinst_HEADERS = argp.h argp-fmtstream.h argp-namefrob.h # argp-comp.h
  115. +noinst_HEADERS = argp-fmtstream.h argp-namefrob.h # argp-comp.h
  116. EXTRA_DIST = mempcpy.c strchrnul.c strndup.c Versions
  117. --
  118. 1.7.2.3