diff --git a/Makefile.am b/Makefile.am index d4ecc3f18a018e3c57a179a55e3483a566c917dd..c9a7979fb3dc5318ab3a717e0b079c3cfd3f86ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ BUILT_SOURCES += version.c version.c: Makefile $(AM_V_GEN)rm -f $@ $(AM_V_at)printf '#include \n' > $@t - $(AM_V_at)printf 'char const *Version = "$(PACKAGE_VERSION)";\n' >> $@t + $(AM_V_at)printf 'char const *Version = "$(PACKAGE_VERSION)-Kunpeng";\n' >> $@t $(AM_V_at)chmod a-w $@t $(AM_V_at)mv $@t $@ diff --git a/configure b/configure old mode 100644 new mode 100755