autogen.sh | 3 +++ 1 file changed, 3 insertions(+) New commits: commit 12eb7be46610178c74fbe24ae518e20957cda1ea Author: Akira TAGOH <akira@xxxxxxxxx> 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 Fontconfig@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/fontconfig