diff --git a/gettext-csharp.spec b/gettext-csharp.spec index b3b8a4b..8689329 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -97,8 +97,7 @@ reliably than 'resgen'. export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm" export CXXFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" # expect a couple "You should update your `aclocal.m4' by running aclocal." -#autoreconf -fiv -#sh autogen.sh +autoreconf -fiv %configure --enable-shared --enable-csharp %make_build GMSGFMT=../src/msgfmt diff --git a/gettext-java.spec b/gettext-java.spec index 404ea61..9e8a32b 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -81,7 +81,6 @@ java+swing. %build # expect a couple "You should update your `aclocal.m4' by running aclocal." autoreconf -fiv -#sh autogen.sh export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -lm" export CXXFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" %configure --enable-shared --enable-java diff --git a/gettext-runtime-mini.spec b/gettext-runtime-mini.spec index 9e4e7cb..261e4f4 100644 --- a/gettext-runtime-mini.spec +++ b/gettext-runtime-mini.spec @@ -171,7 +171,6 @@ This package provides headers and static libraries for libtextstyle %define _lto_cflags %{nil} # expect a couple "You should update your `aclocal.m4' by running aclocal." autoreconf -fiv -#sh autogen.sh export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="$CFLAGS -Dgcc_is_lint" export LDFLAGS="-lm" diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 1ff4c90..bbbfeda 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -171,7 +171,6 @@ This package provides headers and static libraries for libtextstyle %define _lto_cflags %{nil} # expect a couple "You should update your `aclocal.m4' by running aclocal." autoreconf -fiv -#sh autogen.sh export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="$CFLAGS -Dgcc_is_lint" export LDFLAGS="-lm"