summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/make.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/make.spec b/packaging/make.spec
index e9d6889..d4fa02e 100644
--- a/packaging/make.spec
+++ b/packaging/make.spec
@@ -17,8 +17,8 @@ The GNU make command with extensive documentation.
cp %{SOURCE1001} .
%build
-CFLAGS=$RPM_OPT_FLAGS \
-./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-nls
+export AUTOPOINT=true
+%reconfigure --disable-nls
make %{?_smp_mflags}
%check