|
From: Jeff S. <jsq...@us...> - 2002-07-27 19:55:38
|
Update of /cvsroot/env-switcher/env-switcher In directory usw-pr-cvs1:/tmp/cvs-serv29969 Modified Files: autogen.sh Log Message: Use --copy with automake; it's just nicer Index: autogen.sh =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/autogen.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** autogen.sh 23 Apr 2002 06:22:55 -0000 1.1 --- autogen.sh 27 Jul 2002 19:55:35 -0000 1.2 *************** *** 85,89 **** #run_and_check autoheader run_and_check autoconf ! run_and_check automake -a exit 0 --- 85,89 ---- #run_and_check autoheader run_and_check autoconf ! run_and_check automake -a --copy exit 0 |