diff options
author | davidovski <david@davidovski.xyz> | 2022-05-31 11:05:19 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-31 11:05:19 +0100 |
commit | 48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch) | |
tree | 00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/motif/update-automake.patch | |
parent | 871b2b573f01c1b3176a0f65458b3d281b41c437 (diff) |
removed idea of repos
Diffstat (limited to 'repo/motif/update-automake.patch')
-rw-r--r-- | repo/motif/update-automake.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/repo/motif/update-automake.patch b/repo/motif/update-automake.patch new file mode 100644 index 0000000..3a69a0e --- /dev/null +++ b/repo/motif/update-automake.patch @@ -0,0 +1,18 @@ +--- build/configure.ac 2022-05-24 14:36:41.034651348 +0100 ++++ build2/configure.ac 2022-05-24 14:35:31.484247422 +0100 +@@ -1,5 +1,5 @@ + dnl Process this file with autoconf to produce a configure script. +-AC_INIT(motif,2.3.8,no-define) ++AC_INIT + AC_CONFIG_SRCDIR([lib/Xm/Form.c]) + AC_PREREQ(2.52) + AC_CONFIG_AUX_DIR(.) +@@ -22,7 +22,7 @@ + AC_SUBST(AGE) + + dnl This is really dumb but it seems to be bug +-AM_INIT_AUTOMAKE ++AM_INIT_AUTOMAKE(motif,2.3.8,no-define) + + LIBTOOL_VERSION=$CURRENT:$REVISION:$AGE + |