]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.macros
Set TMPDIR=/tmp if wasn't set at all.
[packages/rpm.git] / rpm.macros
index 7b32ba8e138496847741eff4b4775b85f5b524d5..2d9d369f33479e23df0d9b6a8fbe699e482def8a 100644 (file)
 %rpmldflags    %{!?debug:-s}
 
 # kernel compiler
-%kgcc          kgcc
-%kgcc_package  egcs
+%kgcc          gcc
+%kgcc_package  gcc
+
+#-----------------------------------------------------------------
+# Build system path macros.
+#
+%__libtoolize           libtoolize --copy --force
+%__gettextize           gettextize --copy --force
+%__automake             automake -a -c -f --foreign
+%__autoconf             autoconf %{?debug:-Wall}
 
 #-----------------------------------------------------------------
 %configure2_13 { \
This page took 0.030006 seconds and 4 git commands to generate.