[Gnupos-cvs] quick-gui COPYING,1.1,1.2 ChangeLog,1.2,1.3 Makefile.am,1.2,1.3 autogen.sh,1.2,1.3 conf
Status: Pre-Alpha
Brought to you by:
conrad_c
From: <con...@us...> - 2003-01-13 11:57:11
|
Update of /cvsroot/gnupos/quick-gui In directory sc8-pr-cvs1:/tmp/cvs-serv11679 Modified Files: COPYING ChangeLog Makefile.am autogen.sh configure.in mkinstalldirs Log Message: Make quick-gui compile, and adjustments for interface to gnupos. Added gspl interface file. Index: COPYING =================================================================== RCS file: /cvsroot/gnupos/quick-gui/COPYING,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** COPYING 6 Jan 2003 06:04:54 -0000 1.1 --- COPYING 13 Jan 2003 11:57:07 -0000 1.2 *************** *** 3,7 **** Copyright (C) 1989, 1991 Free Software Foundation, Inc. ! 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. --- 3,7 ---- Copyright (C) 1989, 1991 Free Software Foundation, Inc. ! 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. *************** *** 292,296 **** <one line to give the program's name and a brief idea of what it does.> ! Copyright (C) 19yy <name of author> This program is free software; you can redistribute it and/or modify --- 292,296 ---- <one line to give the program's name and a brief idea of what it does.> ! Copyright (C) <year> <name of author> This program is free software; you can redistribute it and/or modify *************** *** 314,318 **** when it starts in an interactive mode: ! Gnomovision version 69, Copyright (C) 19yy name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it --- 314,318 ---- when it starts in an interactive mode: ! Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it Index: ChangeLog =================================================================== RCS file: /cvsroot/gnupos/quick-gui/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 30 Dec 2002 13:56:07 -0000 1.2 --- ChangeLog 13 Jan 2003 11:57:08 -0000 1.3 *************** *** 1,11 **** ! 2002-12-30 gettextize <bug...@gn...> * Makefile.am (SUBDIRS): Remove intl. ! 2002-12-30 gettextize <bug...@gn...> * Makefile.am (SUBDIRS): Remove intl. ! 2002-12-30 gettextize <bug...@gn...> * Makefile.am (SUBDIRS): Add m4. --- 1,38 ---- ! 2003-01-09 gettextize <bug...@gn...> ! ! ! 2003-01-08 gettextize <bug...@gn...> ! ! ! 2003-01-08 gettextize <bug...@gn...> ! ! ! 2003-01-08 gettextize <bug...@gn...> ! ! ! 2003-01-08 gettextize <bug...@gn...> ! ! ! 2003-01-08 gettextize <bug...@gn...> ! ! ! 2003-01-08 gettextize <bug...@gn...> ! ! ! 2003-01-08 gettextize <bug...@gn...> ! ! ! 2003-01-08 gettextize <bug...@gn...> ! ! ! 2003-01-06 gettextize <bug...@gn...> * Makefile.am (SUBDIRS): Remove intl. ! 2003-01-06 gettextize <bug...@gn...> * Makefile.am (SUBDIRS): Remove intl. ! 2003-01-06 gettextize <bug...@gn...> * Makefile.am (SUBDIRS): Add m4. Index: Makefile.am =================================================================== RCS file: /cvsroot/gnupos/quick-gui/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 30 Dec 2002 13:56:07 -0000 1.2 --- Makefile.am 13 Jan 2003 11:57:08 -0000 1.3 *************** *** 1,9 **** ## Process this file with automake to produce Makefile.in ! SUBDIRS = m4 po macros src intl EXTRA_DIST = config.rpath \ autogen.sh \ ! gnupos.glade install-data-local: --- 1,9 ---- ## Process this file with automake to produce Makefile.in ! SUBDIRS = m4 po macros src EXTRA_DIST = config.rpath \ autogen.sh \ ! quick-gui.glade install-data-local: Index: autogen.sh =================================================================== RCS file: /cvsroot/gnupos/quick-gui/autogen.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** autogen.sh 30 Dec 2002 13:56:07 -0000 1.2 --- autogen.sh 13 Jan 2003 11:57:08 -0000 1.3 *************** *** 3,6 **** --- 3,7 ---- automake + autoconf ./configure *************** *** 10,14 **** #PKG_NAME="the package." ! # (test -f $srcdir/configure.in) || { # echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" # echo " top-level directory" --- 11,15 ---- #PKG_NAME="the package." ! #(test -f $srcdir/configure.in) || { # echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" # echo " top-level directory" Index: configure.in =================================================================== RCS file: /cvsroot/gnupos/quick-gui/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.in 6 Jan 2003 06:04:54 -0000 1.3 --- configure.in 13 Jan 2003 11:57:08 -0000 1.4 *************** *** 2,6 **** AC_INIT(configure.in) ! AM_INIT_AUTOMAKE(quick-gui, 0.2) AM_CONFIG_HEADER(config.h) --- 2,6 ---- AC_INIT(configure.in) ! AM_INIT_AUTOMAKE(quick-gui, 0.1) AM_CONFIG_HEADER(config.h) *************** *** 19,23 **** dnl Add the languages which your application supports here. ALL_LINGUAS="" ! AM_GNU_GETTEXT dnl Set PACKAGE_LOCALE_DIR in config.h. --- 19,23 ---- dnl Add the languages which your application supports here. ALL_LINGUAS="" ! AM_GNU_GETTEXT(external) dnl Set PACKAGE_LOCALE_DIR in config.h. *************** *** 32,36 **** macros/Makefile src/Makefile - intl/Makefile po/Makefile.in ]) --- 32,35 ---- Index: mkinstalldirs =================================================================== RCS file: /cvsroot/gnupos/quick-gui/mkinstalldirs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 |