[Kde-cygwin-cvs] CVS: kde-1.1.2/kdelibs/admin Makefile.common,1.3,1.4 automoc,1.3,NONE
Status: Inactive
Brought to you by:
habacker
From: Ralf H. <hab...@us...> - 2001-06-13 12:23:53
|
Update of /cvsroot/kde-cygwin/kde-1.1.2/kdelibs/admin In directory usw-pr-cvs1:/tmp/cvs-serv24094/admin Modified Files: Makefile.common Removed Files: automoc Log Message: changed automoc to am_edit Index: Makefile.common =================================================================== RCS file: /cvsroot/kde-cygwin/kde-1.1.2/kdelibs/admin/Makefile.common,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.common 2001/06/11 10:19:43 1.3 --- Makefile.common 2001/06/13 12:23:50 1.4 *************** *** 15,20 **** @echo "*** Building Makefile templates (step one)" @automake ! @echo "*** Scanning for moc files" ! @perl admin/automoc @echo "*** Building Makefile templates (step two)" @autoconf --- 15,20 ---- @echo "*** Building Makefile templates (step one)" @automake ! @echo "*** Scanning for moc files and KDE tags" ! @perl admin/am_edit @echo "*** Building Makefile templates (step two)" @autoconf *************** *** 34,38 **** autoheader; \ automake --foreign --include-deps; \ ! perl admin/automoc; \ autoconf; \ if grep "ac_kw foo" configure >/dev/null; then cat configure | sed "s/ac_kw foo/ac_kw int foo/" > configure.tmp; mv configure.tmp configure ; fi \ --- 34,38 ---- autoheader; \ automake --foreign --include-deps; \ ! perl admin/am_edit; \ autoconf; \ if grep "ac_kw foo" configure >/dev/null; then cat configure | sed "s/ac_kw foo/ac_kw int foo/" > configure.tmp; mv configure.tmp configure ; fi \ --- automoc DELETED --- |