[srvx-commits] CVS: services configure.ac,1.14,1.15 autogen.sh,1.6,1.7
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-10-20 18:47:09
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv18865 Modified Files: configure.ac autogen.sh Log Message: rearrange files in src/ so they go into one of three subdirectories (srvx/, modules/, utils/) Index: configure.ac =================================================================== RCS file: /cvsroot/srvx/services/configure.ac,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** configure.ac 2001/10/10 19:11:02 1.14 --- configure.ac 2001/10/20 18:47:06 1.15 *************** *** 7,13 **** AC_INIT([srvx],[1.1.0]) AC_REVISION([$Id$]) ! AC_CONFIG_SRCDIR(src/main.c) AC_CANONICAL_TARGET() ! AM_CONFIG_HEADER(src/config.h) AM_INIT_AUTOMAKE(srvx, 1.1.0) --- 7,13 ---- AC_INIT([srvx],[1.1.0]) AC_REVISION([$Id$]) ! AC_CONFIG_SRCDIR(src/srvx/main.c) AC_CANONICAL_TARGET() ! AM_CONFIG_HEADER(src/srvx/config.h) AM_INIT_AUTOMAKE(srvx, 1.1.0) *************** *** 233,236 **** AC_SUBST(export_dynamic_flag_spec) ! AC_CONFIG_FILES([po/Makefile.in po/Makefile intl/Makefile docs/Makefile src/Makefile Makefile]) AC_OUTPUT --- 233,236 ---- AC_SUBST(export_dynamic_flag_spec) ! AC_CONFIG_FILES([po/Makefile.in po/Makefile intl/Makefile docs/Makefile src/Makefile src/srvx/Makefile src/modules/Makefile src/utils/Makefile Makefile]) AC_OUTPUT Index: autogen.sh =================================================================== RCS file: /cvsroot/srvx/services/autogen.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** autogen.sh 2001/09/27 21:58:08 1.6 --- autogen.sh 2001/10/20 18:47:06 1.7 *************** *** 3,6 **** aclocal autoheader -Wall ! automake -a --gnu Makefile src/Makefile docs/Makefile autoconf -Wall --- 3,6 ---- aclocal autoheader -Wall ! automake -a --gnu Makefile src/Makefile src/srvx/Makefile src/modules/Makefile src/utils/Makefile docs/Makefile autoconf -Wall |