forked from pool/gettext-runtime
Dirk Mueller
8385a86ecf
use-acinit-for-libtextstyle.patch - fixup libtextstyle autofoo with adding use-acinit-for-libtextstyle.patch - Reintroduce autoreconf call OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=172
17 lines
513 B
Diff
17 lines
513 B
Diff
--- gettext-0.21/libtextstyle/configure.ac
|
|
+++ gettext-0.21/libtextstyle/configure.ac
|
|
@@ -17,11 +17,10 @@
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_PREREQ([2.63])
|
|
-AC_INIT
|
|
+AC_INIT([libtextstyle],
|
|
+ m4_esyscmd([source ./version.sh; echo $VERSION_NUMBER | tr -d '\n']))
|
|
AC_CONFIG_SRCDIR([version.sh])
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
-. $srcdir/version.sh
|
|
-gl_INIT_PACKAGE([libtextstyle], [$VERSION_NUMBER])
|
|
AM_INIT_AUTOMAKE([1.13 silent-rules])
|
|
AM_CONFIG_HEADER([config.h])
|
|
|