[Setup-tool-hackers] Makefile patch for guess_system.sh
- From: Shane Butler <shane_b operamail com>
- To: Ximain Setup Tools List <setup-tool-hackers ximian com>
- Subject: [Setup-tool-hackers] Makefile patch for guess_system.sh
- Date: 15 Jun 2001 11:22:36 +1000
Hi!
Please find attached a patch to xst/backend dir's Makefile.am which
makes it so that guess_system.sh is copied fresh from config.guess at
make time. (See http://bugzilla.ximian.com/show_bug.cgi?id=3248 )
If someone with CVS access could apply this that would be great.
Cheers,
Shane
--- Makefile.am.OLD Fri Jun 15 11:11:39 2001
+++ Makefile.am Fri Jun 15 11:09:53 2001
@@ -53,7 +53,7 @@
package-conf.in \
guess_system.sh
-CLEANFILES = $(backends) $(perl_libs)
+CLEANFILES = $(backends) $(perl_libs) guess_system.sh
$(backends): %-conf: %-conf.in
sed s#___scriptsdir___#$(scriptsdir)# < $< > $@
@@ -61,4 +61,7 @@
$(perl_libs): %.pl: %.pl.in
sed -e s#___scriptsdir___#$(scriptsdir)# -e s#___bindir___#$(bindir)# < $< > $@
+
+guess_system.sh:
+ cp $(top_srcdir)/config.guess guess_system.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]