CVS: winex configure, 1.151, NONE Make.rules.in, 1.17, 1.18 setup.sh, NONE, 1.1
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex configure,1.151,NONE Make.rules.in,1.17,1.18 setup.sh,NONE,1.1Update of /var/lib/cvsd/cvsroot/winex In directory agravaine:/tmp/cvs-serv12345 Modified Files: Make.rules.in Added Files: setup.sh Removed Files: configure Log Message: - remove configure from CVS; you now need to run setup.sh after checking out a tree (or manually run autoconf) --- configure DELETED --- Index: Make.rules.in =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/Make.rules.in,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Make.rules.in 29 Mar 2007 14:08:25 -0000 1.17 +++ Make.rules.in 30 Mar 2007 20:03:43 -0000 1.18 @@ -243,6 +243,10 @@ # Rules for makefile +$(TOPSRCDIR)/configure: $(TOPSRCDIR)/configure.ac + @echo configure.ac is newer than configure. Please rerun setup.sh then configure + @exit 1 + Makefile: Makefile.in $(TOPSRCDIR)/configure @echo Makefile is older than $?, please rerun $(TOPSRCDIR)/configure @exit 1 --- NEW FILE: setup.sh --- #!/bin/sh autoconf # might want to add dlls/make_dlls here as well