fontconfig: Branch 'master'

[email protected] (Akira TAGOH)
Newsgroups gmane.comp.fonts.fontconfig
Message-ID <[email protected]>
 autogen.sh |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 12eb7be46610178c74fbe24ae518e20957cda1ea
Author: Akira TAGOH <[email protected]>
Date:   Wed Nov 8 22:18:01 2017 +0900

    another workaround to avoid modifying by gettextize...

diff --git a/autogen.sh b/autogen.sh
index 9984c76..98f8be3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -142,13 +142,16 @@ if test -z "$AUTOGEN_SUBDIR_MODE" -a -z "$NOCONFIGURE"; then
 fi
 
 [ -f configure.ac~ ] && rm configure.ac~
+[ -f Makefile.am~ ] && rm Makefile.am~
 echo Running $GETTEXTIZE $GETTEXTIZE_FLAGS
 $GETTEXTIZE $GETTEXTIZE_FLAGS
 # revert changes from gettextize for workaround...
 [ -f configure.ac~ ] && mv configure.ac~ configure.ac
+[ -f Makefile.am~ ] && mv Makefile.am~ Makefile.am
 echo Running $GETTEXTIZE $GETTEXTIZE_FLAGS --po-dir=po-conf
 $GETTEXTIZE $GETTEXTIZE_FLAGS --po-dir=po-conf
 [ -f configure.ac~ ] && mv configure.ac~ configure.ac
+[ -f Makefile.am~ ] && mv Makefile.am~ Makefile.am
 
 echo Running $ACLOCAL $ACLOCAL_FLAGS
 $ACLOCAL $ACLOCAL_FLAGS
_______________________________________________
Fontconfig mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/fontconfig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.