[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Where is thus stuff coming from?



In regard to: Where is thus stuff coming from?, Ian Pilcher said (at...:

 #export CFLAGS="$RPM_OPT_FLAGS"
 #autoconf
 #%configure \
 #	--sysconfdir=%{_sysconfdir}/wine
 ./configure

It's counter-intuitive, but adding a # in front of a macro doesn't necessarily comment it out. Try completely deleting the %configure, or try making it

	# %%configure \
	#	--sysconfdir=%%{_sysconfdir}/wine

(double up the % signs).

Tim
--
Tim Mooney                              mooney dogbert cc ndsu NoDak edu
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]