pikloops-svn Mailing List for PikLoops: a code generator for delay (Page 2)
Brought to you by:
dionysos-sf
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(34) |
Aug
(1) |
Sep
(34) |
Oct
(67) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
(1) |
From: <dio...@us...> - 2007-10-17 15:30:37
|
Revision: 175 http://pikloops.svn.sourceforge.net/pikloops/?rev=175&view=rev Author: dionysos-sf Date: 2007-10-17 08:30:37 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Improve svn path Modified Paths: -------------- web/trunk/contribute.php web/trunk/index.php Modified: web/trunk/contribute.php =================================================================== --- web/trunk/contribute.php 2007-10-17 14:56:52 UTC (rev 174) +++ web/trunk/contribute.php 2007-10-17 15:30:37 UTC (rev 175) @@ -28,8 +28,9 @@ $CONTRIBUTE_MESSAGE_04=_("When you'll get the confirmation of your subscription, you could post mails on the <a href=\"mailto:pikloops-devel AT lists DOT sourceforge DOT net\" >pikloops-devel AT lists DOT sourceforge DOT net</a> list."); $CONTRIBUTE_MESSAGE_05=_("You can of course contact me at <a href=\"mailto:dionysos-sf AT users DOT sourceforge DOT net\" >dionysos AT users DOT sourceforge DOT net</a>."); $CONTRIBUTE_MESSAGE_06=_("If you want to know where is currently the development, just get the svn repository:"); - $CONTRIBUTE_MESSAGE_07=_("This will create the 'pikloops/prog' directory in the current directory."); + $CONTRIBUTE_MESSAGE_07=_("This will create the 'pikloops/prog/trunk' directory in the current directory."); $CONTRIBUTE_MESSAGE_08=_("Developers who have a SourceForget.net username and a write access on the PikLoops SVN have to use the following command to be able to commit their future changes:"); + $CONTRIBUTE_MESSAGE_09=_("You can also browse through the <a href=\"http://pikloops.svn.sourceforge.net/viewvc/pikloops/prog/trunk/\" >repository</a>."); $CONTRIBUTE_MESSAGE_10=_("The more important help I need is translation. If you like to translate PikLoops in your mother language, feel free to contact me to reserve it."); $CONTRIBUTE_MESSAGE_11=_("There isn't a lot of strings in the PikLoops GUI."); @@ -70,10 +71,11 @@ <p><?php echo $CONTRIBUTE_MESSAGE_04 ?></p> <p><?php echo $CONTRIBUTE_MESSAGE_05 ?></p> <p><?php echo $CONTRIBUTE_MESSAGE_06 ?></p> - <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog pikloops/prog</p> + <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog pikloops/prog/trunk</p> <p><?php echo $CONTRIBUTE_MESSAGE_07 ?></p> <p><?php echo $CONTRIBUTE_MESSAGE_08 ?></p> - <p class="full_cli">svn co svn+ssh://use...@pi.../svnroot/pikloops/prog pikloops/prog</p> + <p class="full_cli">svn co svn+ssh://use...@pi.../svnroot/pikloops/prog/trunk pikloops/prog/trunk</p> + <p><?php echo $CONTRIBUTE_MESSAGE_09 ?></p> </div> <div class="section"> @@ -85,7 +87,7 @@ <p><?php echo $CONTRIBUTE_MESSAGE_14 ?></p> <p><?php echo $CONTRIBUTE_MESSAGE_15 ?></p> <p><?php echo $CONTRIBUTE_MESSAGE_16 ?></p> - <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/web pikloops/web</p> + <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/web/trunk pikloops/web/trunk</p> <p><?php echo $CONTRIBUTE_MESSAGE_17 ?></p> <p><?php echo $CONTRIBUTE_MESSAGE_18 ?></p> </div> Modified: web/trunk/index.php =================================================================== --- web/trunk/index.php 2007-10-17 14:56:52 UTC (rev 174) +++ web/trunk/index.php 2007-10-17 15:30:37 UTC (rev 175) @@ -32,7 +32,8 @@ $INDEX_MESSAGE_04=_("It is an useful companion for <a href=\"http://pikdev.free.fr\">Pikdev</a> or <a href=\"http://piklab.sourceforge.net/\">Piklab</a> IDE."); $INDEX_MESSAGE_05=_("The PikLoops repository is <a href=\"http://sourceforge.net/project/showfiles.php?group_id=197487\">here</a>."); $INDEX_MESSAGE_06=_("If you want to get the latest developement version, you can checkout the PikLoops SVN repository."); - $INDEX_MESSAGE_07=_("I don't know ;-). So, you can subscribe to the announcement mailing list, a very low traffic list. Go to the <a href=\"https://lists.sourceforge.net/lists/listinfo/pikloops-announces\" >https://lists.sourceforge.net/lists/listinfo/pikloops-announces</a> page and fill the relevant fields."); + $INDEX_MESSAGE_07=_("You can also browse through the <a href=\"http://pikloops.svn.sourceforge.net/viewvc/pikloops/prog/trunk/\" >repository</a>."); + $INDEX_MESSAGE_08=_("I don't know ;-). So, you can subscribe to the announcement mailing list, a very low traffic list. Go to the <a href=\"https://lists.sourceforge.net/lists/listinfo/pikloops-announces\" >https://lists.sourceforge.net/lists/listinfo/pikloops-announces</a> page and fill the relevant fields."); ?> <div id="entete"> <h1><?php echo $INDEX_TITLE ?></h1> @@ -54,12 +55,13 @@ <div class="section"> <h2><?php echo $DEVELOPMENT ?></h2> <p><?php echo $INDEX_MESSAGE_06 ?></p> - <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog pikloops/prog</p> + <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog/trunk pikloops/prog/trunk</p> + <p><?php echo $INDEX_MESSAGE_07 ?></p> </div> <div class="section"> <h2><?php echo $WHEN_NEXT ?></h2> - <p><?php echo $INDEX_MESSAGE_07 ?></p> + <p><?php echo $INDEX_MESSAGE_08 ?></p> </div> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 14:56:56
|
Revision: 174 http://pikloops.svn.sourceforge.net/pikloops/?rev=174&view=rev Author: dionysos-sf Date: 2007-10-17 07:56:52 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Update Modified Paths: -------------- prog/trunk/pikloops.kdevelop Modified: prog/trunk/pikloops.kdevelop =================================================================== --- prog/trunk/pikloops.kdevelop 2007-10-17 14:55:27 UTC (rev 173) +++ prog/trunk/pikloops.kdevelop 2007-10-17 14:56:52 UTC (rev 174) @@ -202,4 +202,28 @@ <customTagfilePath>/home/alain/projets/pikloops/prog/trunk/tags</customTagfilePath> <activeTagsFiles/> </ctagspart> + <dist> + <custom>false</custom> + <bzip>false</bzip> + <archname></archname> + <appname>pikloops</appname> + <version>$VERSION$</version> + <release></release> + <vendor></vendor> + <licence></licence> + <summary></summary> + <group></group> + <packager></packager> + <description></description> + <changelog></changelog> + <devpackage>false</devpackage> + <docspackage>false</docspackage> + <appicon>false</appicon> + <arch>0</arch> + <genHTML>false</genHTML> + <useRPM>false</useRPM> + <ftpkde>false</ftpkde> + <appskde>false</appskde> + <url></url> + </dist> </kdevelop> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 14:55:26
|
Revision: 173 http://pikloops.svn.sourceforge.net/pikloops/?rev=173&view=rev Author: dionysos-sf Date: 2007-10-17 07:55:27 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Removing Education category no more needed Modified Paths: -------------- prog/trunk/pikloops.spec Modified: prog/trunk/pikloops.spec =================================================================== --- prog/trunk/pikloops.spec 2007-10-17 12:05:39 UTC (rev 172) +++ prog/trunk/pikloops.spec 2007-10-17 14:55:27 UTC (rev 173) @@ -36,7 +36,6 @@ %{__rm} -f %{buildroot}%{_datadir}/applnk/Applications/%{name}.desktop desktop-file-install --vendor=fedora \ - --remove-category "Education" \ --dir %{buildroot}%{_datadir}/applications \ --delete-original \ src/%{name}.desktop @@ -84,6 +83,7 @@ %changelog * Wed Oct 17 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.2.5-1 - New upstream version + - Removing Education category no more needed * Wed Sep 28 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.2.4-1 - New upstream version This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 12:05:35
|
Revision: 172 http://pikloops.svn.sourceforge.net/pikloops/?rev=172&view=rev Author: dionysos-sf Date: 2007-10-17 05:05:39 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Tag release 0.2.5 Added Paths: ----------- prog/tags/pikloops-0.2.5/ Copied: prog/tags/pikloops-0.2.5 (from rev 171, prog/trunk) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 12:02:08
|
Revision: 171 http://pikloops.svn.sourceforge.net/pikloops/?rev=171&view=rev Author: dionysos-sf Date: 2007-10-17 05:02:11 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Update strings Modified Paths: -------------- web/trunk/po/de.po web/trunk/po/es.po web/trunk/po/fr.po web/trunk/po/pikloops-web.pot Modified: web/trunk/po/de.po =================================================================== --- web/trunk/po/de.po 2007-10-17 12:01:46 UTC (rev 170) +++ web/trunk/po/de.po 2007-10-17 12:02:11 UTC (rev 171) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PikLoops 0.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-10-16 17:20+0200\n" +"POT-Creation-Date: 2007-10-17 13:58+0200\n" "PO-Revision-Date: 2007-07-24 21:11+0100\n" "Last-Translator: Lukas Brausch <gro...@ar...>\n" "Language-Team: German\n" @@ -263,8 +263,8 @@ msgid "Binaries" msgstr "Binaries" -#: ../download.php:19 -msgid "16 october 2007" +#: ../download.php:19 ../index.php:23 ../index.php:25 +msgid "17 october 2007" msgstr "" #: ../download.php:21 @@ -452,10 +452,6 @@ msgid "Release date:" msgstr "Versions-Datum:" -#: ../index.php:23 ../index.php:25 -msgid "29 september 2007" -msgstr "" - #: ../index.php:26 msgid "GPG key:" msgstr "GPG Schlüssel:" Modified: web/trunk/po/es.po =================================================================== --- web/trunk/po/es.po 2007-10-17 12:01:46 UTC (rev 170) +++ web/trunk/po/es.po 2007-10-17 12:02:11 UTC (rev 171) @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-10-16 17:20+0200\n" +"POT-Creation-Date: 2007-10-17 13:58+0200\n" "PO-Revision-Date: 2007-09-29 18:55+0200\n" "Last-Translator: Carlos M. Cámara Mora <cmc...@gm...>\n" "Language-Team: Spanish <tra...@es...>\n" @@ -273,9 +273,9 @@ msgid "Binaries" msgstr "" -#: ../download.php:19 +#: ../download.php:19 ../index.php:23 ../index.php:25 #, fuzzy -msgid "16 october 2007" +msgid "17 october 2007" msgstr "21 de septiembre del 2007" #: ../download.php:21 @@ -457,10 +457,6 @@ msgid "Release date:" msgstr "" -#: ../index.php:23 ../index.php:25 -msgid "29 september 2007" -msgstr "" - #: ../index.php:26 msgid "GPG key:" msgstr "" Modified: web/trunk/po/fr.po =================================================================== --- web/trunk/po/fr.po 2007-10-17 12:01:46 UTC (rev 170) +++ web/trunk/po/fr.po 2007-10-17 12:02:11 UTC (rev 171) @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-10-16 17:20+0200\n" -"PO-Revision-Date: 2007-10-16 17:24+0200\n" +"POT-Creation-Date: 2007-10-17 13:58+0200\n" +"PO-Revision-Date: 2007-10-17 13:59+0200\n" "Last-Translator: Alain PORTAL <ap...@un...>\n" "Language-Team: Français <tr...@tr...>\n" "MIME-Version: 1.0\n" @@ -309,9 +309,9 @@ msgid "Binaries" msgstr "Binaires" -#: ../download.php:19 -msgid "16 october 2007" -msgstr "16 octobre 2007" +#: ../download.php:19 ../index.php:23 ../index.php:25 +msgid "17 october 2007" +msgstr "17 octobre 2007" #: ../download.php:21 msgid "Not a lot binaries avaliable for the moment." @@ -344,7 +344,8 @@ "these packages." msgstr "" "Merci beaucoup à <a href=\"mailto:hadacek AT kde DOT org\">Nicolas Hadacek</" -"a>, le mainteneur de <a href=\"http://piklab.sf.net/\">Piklab</a> , qui a construit ces paquetages." +"a>, le mainteneur de <a href=\"http://piklab.sf.net/\">Piklab</a> , qui a " +"construit ces paquetages." #: ../download.php:26 msgid "" @@ -353,9 +354,11 @@ "de/~pbleser/rpm-navigation.php?cat=Development/pikloops/\">PikLoop packages</" "a> on his <a href=\"http://linux01.gwdg.de/~pbleser/index.php\">web site</a>." msgstr "" -"Merci beaucoup à <a href=\"mailto:guru AT unixtech DOT be\">Pascal Bleser</a>, " -"un contributeur important à OpenSuSE, qui fournit beaucoup de <a href=\"http://linux01.gwdg." -"de/~pbleser/rpm-navigation.php?cat=Development/pikloops/\">paquetages PikLoop</a> sur son <a href=\"http://linux01.gwdg.de/~pbleser/index.php\">site web</a>." +"Merci beaucoup à <a href=\"mailto:guru AT unixtech DOT be\">Pascal Bleser</" +"a>, un contributeur important à OpenSuSE, qui fournit beaucoup de <a href=" +"\"http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Development/" +"pikloops/\">paquetages PikLoop</a> sur son <a href=\"http://linux01.gwdg.de/" +"~pbleser/index.php\">site web</a>." #: ../include/contribute/flags.contribute.inc.php:2 #: ../include/download/flags.download.inc.php:2 @@ -501,10 +504,6 @@ msgid "Release date:" msgstr "Mise à jour :" -#: ../index.php:23 ../index.php:25 -msgid "29 september 2007" -msgstr "29 septembre 2007" - #: ../index.php:26 msgid "GPG key:" msgstr "Clé publique GPG :" Modified: web/trunk/po/pikloops-web.pot =================================================================== --- web/trunk/po/pikloops-web.pot 2007-10-17 12:01:46 UTC (rev 170) +++ web/trunk/po/pikloops-web.pot 2007-10-17 12:02:11 UTC (rev 171) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-10-16 17:20+0200\n" +"POT-Creation-Date: 2007-10-17 13:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -239,8 +239,8 @@ msgid "Binaries" msgstr "" -#: ../download.php:19 -msgid "16 october 2007" +#: ../download.php:19 ../index.php:23 ../index.php:25 +msgid "17 october 2007" msgstr "" #: ../download.php:21 @@ -422,10 +422,6 @@ msgid "Release date:" msgstr "" -#: ../index.php:23 ../index.php:25 -msgid "29 september 2007" -msgstr "" - #: ../index.php:26 msgid "GPG key:" msgstr "" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 12:01:44
|
Revision: 170 http://pikloops.svn.sourceforge.net/pikloops/?rev=170&view=rev Author: dionysos-sf Date: 2007-10-17 05:01:46 -0700 (Wed, 17 Oct 2007) Log Message: ----------- New tarball Modified Paths: -------------- web/trunk/download.php web/trunk/index.php Modified: web/trunk/download.php =================================================================== --- web/trunk/download.php 2007-10-17 11:41:08 UTC (rev 169) +++ web/trunk/download.php 2007-10-17 12:01:46 UTC (rev 170) @@ -16,7 +16,7 @@ $DOWNLOAD_BINARIES=_("Binaries"); $PAGE_LAST_UPDATE=_("Last page update:"); - $DOWNLOAD_LAST_UPDATE=_("16 october 2007"); + $DOWNLOAD_LAST_UPDATE=_("17 october 2007"); $DOWNLOAD_MESSAGE_02=_("Not a lot binaries avaliable for the moment."); $DOWNLOAD_MESSAGE_03=_("Feel free to build binary for your distribution and contact me, I'll put it here."); @@ -38,6 +38,12 @@ <div class="file-list"> <ul> <li style="background-image: url('images/logos/bzip-compressed-tar-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.5.tar.bz2">pikloops-0.2.5.tar.bz2</a> + </li> + <li style="background-image: url('images/logos/gnupg-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.5.tar.bz2.asc">pikloops-0.2.5.tar.bz2.asc</a> + </li> + <li style="background-image: url('images/logos/bzip-compressed-tar-logo-icon-30x30.png');"> <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.4.tar.bz2">pikloops-0.2.4.tar.bz2</a> </li> <li style="background-image: url('images/logos/gnupg-logo-icon-30x30.png');"> Modified: web/trunk/index.php =================================================================== --- web/trunk/index.php 2007-10-17 11:41:08 UTC (rev 169) +++ web/trunk/index.php 2007-10-17 12:01:46 UTC (rev 170) @@ -20,9 +20,9 @@ $LAST_RELEASE=_("Last release:"); $DOWNLOAD_LATEST=_("Download the lastest PikLoops release"); $RELEASE_DATE=_("Release date:"); - $LAST_RELEASE_DATE=_("29 september 2007"); + $LAST_RELEASE_DATE=_("17 october 2007"); $PAGE_LAST_UPDATE=_("Last page update:"); - $INDEX_LAST_UPDATE=_("29 september 2007"); + $INDEX_LAST_UPDATE=_("17 october 2007"); $GPG_KEY=_("GPG key:"); $LINK_GPG_KEY=_("<a href=\"./pikloops.asc\" title=\"The PikLoops developer GPG key\">pikloops.asc</a>"); @@ -68,7 +68,7 @@ <div id="derniere_version"> <p><?php echo $LAST_RELEASE ?> - <a href="http://download.sourceforge.net/pikloops/pikloops-0.2.4.tar.bz2" title="<?php echo $DOWNLOAD_LATEST ?>">pikloops-0.2.4.tar.bz2</a><br/> + <a href="http://download.sourceforge.net/pikloops/pikloops-0.2.5.tar.bz2" title="<?php echo $DOWNLOAD_LATEST ?>">pikloops-0.2.5.tar.bz2</a><br/> <?php echo "$RELEASE_DATE $LAST_RELEASE_DATE" ?> </p> <p><?php echo "$GPG_KEY $LINK_GPG_KEY" ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 11:41:04
|
Revision: 169 http://pikloops.svn.sourceforge.net/pikloops/?rev=169&view=rev Author: dionysos-sf Date: 2007-10-17 04:41:08 -0700 (Wed, 17 Oct 2007) Log Message: ----------- For release 0.2.5 Modified Paths: -------------- prog/trunk/ChangeLog Modified: prog/trunk/ChangeLog =================================================================== --- prog/trunk/ChangeLog 2007-10-17 11:36:43 UTC (rev 168) +++ prog/trunk/ChangeLog 2007-10-17 11:41:08 UTC (rev 169) @@ -1,3 +1,48 @@ +2007-10-17 11:08 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * ChangeLog, ChangeLog.old, pikloops.spec: New release + +2007-10-17 09:40 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * Makefile.am: Update + +2007-10-17 09:35 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * aclocal.m4, config.h.in, configure.files, stamp-h.in, subdirs: + Remove files that don't have to be in repository. + +2007-10-17 09:15 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * pikloops.kdevelop: Update + +2007-10-17 09:15 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * pikloops.kdevelop.pcs: Remove files that don't have to be in + repository. + +2007-10-17 09:13 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * Makefile.in, acinclude.m4, configure.in, doc/Makefile.in, + doc/en/Makefile.in, doc/fr/Makefile.in, pikloops.kdevses, + po/Makefile.in, src/Makefile.in: Remove files that don't have to + be in repository. + +2007-10-17 09:04 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * configure: No configure in svn + +2007-10-17 09:01 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * configure.in.in: New release + +2007-10-17 09:00 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * src/mainwidgetpl.cpp: Fix compile time error + +2007-10-16 08:34 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * NEWS: Update + 2007-10-15 21:46 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> * po/es.po: Add trailing point, fix copyright. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 11:36:38
|
Revision: 168 http://pikloops.svn.sourceforge.net/pikloops/?rev=168&view=rev Author: dionysos-sf Date: 2007-10-17 04:36:43 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Indentation Modified Paths: -------------- prog/trunk/src/mainwidgetpl.cpp Modified: prog/trunk/src/mainwidgetpl.cpp =================================================================== --- prog/trunk/src/mainwidgetpl.cpp 2007-10-17 11:34:51 UTC (rev 167) +++ prog/trunk/src/mainwidgetpl.cpp 2007-10-17 11:36:43 UTC (rev 168) @@ -137,73 +137,73 @@ } } else { - if ( loopValues->getCounterC() != -1 ) { - tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterC(),0,10); - tmpCode += QString("\tmovwf\t"); - tmpCode += QString(i18n("CounterC")); - tmpCode += "\n"; - tmpCode += loopName ; - tmpCode += "\n" ; - tmpCode += QString("\tcall\t"); - tmpCode += subRoutineName ; - tmpCode += "\n" ; - tmpCode += QString("\tdecfsz\t"); - tmpCode += QString(i18n("CounterC")); - tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopName); - tmpCode += QString("\treturn\n"); - tmpCode += "\n" ; - tmpCode += subRoutineName ; - tmpCode += "\n" ; - tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterB(),0,10); - tmpCode += QString("\tmovwf\t"); - tmpCode += QString(i18n("CounterB")); - tmpCode += "\n"; - tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterA(),0,10); - tmpCode += QString("\tmovwf\t"); - tmpCode += QString(i18n("CounterA")); - tmpCode += "\n"; - tmpCode += loopSubRoutineName ; - tmpCode += "\n" ; - tmpCode += QString("\tdecfsz\t"); - tmpCode += QString(i18n("CounterA")); - tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopSubRoutineName); - tmpCode += QString("\tdecfsz\t"); - tmpCode += QString(i18n("CounterB")); - tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopSubRoutineName); - tmpCode += QString("\treturn\n"); + if ( loopValues->getCounterC() != -1 ) { + tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterC(),0,10); + tmpCode += QString("\tmovwf\t"); + tmpCode += QString(i18n("CounterC")); + tmpCode += "\n"; + tmpCode += loopName ; + tmpCode += "\n" ; + tmpCode += QString("\tcall\t"); + tmpCode += subRoutineName ; + tmpCode += "\n" ; + tmpCode += QString("\tdecfsz\t"); + tmpCode += QString(i18n("CounterC")); + tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopName); + tmpCode += QString("\treturn\n"); + tmpCode += "\n" ; + tmpCode += subRoutineName ; + tmpCode += "\n" ; + tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterB(),0,10); + tmpCode += QString("\tmovwf\t"); + tmpCode += QString(i18n("CounterB")); + tmpCode += "\n"; + tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterA(),0,10); + tmpCode += QString("\tmovwf\t"); + tmpCode += QString(i18n("CounterA")); + tmpCode += "\n"; + tmpCode += loopSubRoutineName ; + tmpCode += "\n" ; + tmpCode += QString("\tdecfsz\t"); + tmpCode += QString(i18n("CounterA")); + tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopSubRoutineName); + tmpCode += QString("\tdecfsz\t"); + tmpCode += QString(i18n("CounterB")); + tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopSubRoutineName); + tmpCode += QString("\treturn\n"); + } + else if ( loopValues->getCounterB() !=-1 ) { + tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterB(),0,10); + tmpCode += QString("\tmovwf\t"); + tmpCode += QString(i18n("CounterB")); + tmpCode += "\n"; + tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterA(),0,10); + tmpCode += QString("\tmovwf\t"); + tmpCode += QString(i18n("CounterA")); + tmpCode += "\n"; + tmpCode += loopName ; + tmpCode += "\n" ; + tmpCode += QString("\tdecfsz\t"); + tmpCode += QString(i18n("CounterA")); + tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopName); + tmpCode += QString("\tdecfsz\t"); + tmpCode += QString(i18n("CounterB")); + tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopName); + tmpCode += QString("\treturn\n"); + } + else if ( loopValues->getCounterA() !=-1 ) { + tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterA(),0,10); + tmpCode += QString("\tmovwf\t"); + tmpCode += QString(i18n("CounterA")); + tmpCode += "\n"; + tmpCode += loopName ; + tmpCode += "\n" ; + tmpCode += QString("\tdecfsz\t"); + tmpCode += QString(i18n("CounterA")); + tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopName); + tmpCode += QString("\treturn\n"); + } } - else if ( loopValues->getCounterB() !=-1 ) { - tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterB(),0,10); - tmpCode += QString("\tmovwf\t"); - tmpCode += QString(i18n("CounterB")); - tmpCode += "\n"; - tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterA(),0,10); - tmpCode += QString("\tmovwf\t"); - tmpCode += QString(i18n("CounterA")); - tmpCode += "\n"; - tmpCode += loopName ; - tmpCode += "\n" ; - tmpCode += QString("\tdecfsz\t"); - tmpCode += QString(i18n("CounterA")); - tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopName); - tmpCode += QString("\tdecfsz\t"); - tmpCode += QString(i18n("CounterB")); - tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopName); - tmpCode += QString("\treturn\n"); - } - else if ( loopValues->getCounterA() !=-1 ) { - tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterA(),0,10); - tmpCode += QString("\tmovwf\t"); - tmpCode += QString(i18n("CounterA")); - tmpCode += "\n"; - tmpCode += loopName ; - tmpCode += "\n" ; - tmpCode += QString("\tdecfsz\t"); - tmpCode += QString(i18n("CounterA")); - tmpCode += QString(",1\n\tgoto\t%1\n").arg(loopName); - tmpCode += QString("\treturn\n"); - } - } // update status line cycles->setText(statusMessage.arg(loopValues->getTimeDelay(),0,'f',8) .arg((loopValues->getMachineCycles()),0,'f',0) ) ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 11:34:47
|
Revision: 167 http://pikloops.svn.sourceforge.net/pikloops/?rev=167&view=rev Author: dionysos-sf Date: 2007-10-17 04:34:51 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Fix compile time error Modified Paths: -------------- prog/trunk/src/mainwidgetpl.cpp Modified: prog/trunk/src/mainwidgetpl.cpp =================================================================== --- prog/trunk/src/mainwidgetpl.cpp 2007-10-17 11:31:36 UTC (rev 166) +++ prog/trunk/src/mainwidgetpl.cpp 2007-10-17 11:34:51 UTC (rev 167) @@ -136,7 +136,8 @@ tmpCode += QString(i18n("The lowest delay you can get have to be greater than %1s").arg(minDelay,0,'f',8)) ; } } - else if ( loopValues->getCounterC() != -1 ) { + else { + if ( loopValues->getCounterC() != -1 ) { tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterC(),0,10); tmpCode += QString("\tmovwf\t"); tmpCode += QString(i18n("CounterC")); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 11:31:34
|
Revision: 166 http://pikloops.svn.sourceforge.net/pikloops/?rev=166&view=rev Author: dionysos-sf Date: 2007-10-17 04:31:36 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Don't package .svn directory Modified Paths: -------------- prog/trunk/Makefile.am Modified: prog/trunk/Makefile.am =================================================================== --- prog/trunk/Makefile.am 2007-10-17 11:08:06 UTC (rev 165) +++ prog/trunk/Makefile.am 2007-10-17 11:31:36 UTC (rev 166) @@ -2,7 +2,7 @@ SUBDIRS = src po doc -EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL NEWS README TODO pikloops.lsm pikloops.spec +EXTRA_DIST = admin/* AUTHORS COPYING ChangeLog INSTALL NEWS README TODO pikloops.lsm pikloops.spec ####### kdevelop will overwrite this part!!! (end)############ # not a GNU package. You can remove this line, if This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 11:08:06
|
Revision: 165 http://pikloops.svn.sourceforge.net/pikloops/?rev=165&view=rev Author: dionysos-sf Date: 2007-10-17 04:08:06 -0700 (Wed, 17 Oct 2007) Log Message: ----------- New release Modified Paths: -------------- prog/trunk/ChangeLog prog/trunk/ChangeLog.old prog/trunk/pikloops.spec Modified: prog/trunk/ChangeLog =================================================================== --- prog/trunk/ChangeLog 2007-10-17 09:40:56 UTC (rev 164) +++ prog/trunk/ChangeLog 2007-10-17 11:08:06 UTC (rev 165) @@ -1,57 +1,101 @@ -2007-09-28 09:43 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-15 21:46 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * pikloops.spec: Update to 0.2.4 + * po/es.po: Add trailing point, fix copyright. -2007-09-28 09:22 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-15 21:36 Carlos M. Cámara <cmcamara+PIKLOOPS AT gmail DOT com> - * doc/en/index.docbook, doc/fr/index.docbook: Update URL, revision - date, release number + * po/es.po: Spanish translation up to date -2007-09-28 08:50 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-15 17:24 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * authors.xml: Add spanish translator + * po/de.po, po/es.po, po/fr.po, po/pikloops.pot: Update strings. -2007-09-28 08:38 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-15 17:24 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * src/pikloops.desktop: Desktop comment localisation + * src/mainwidgetpl.cpp, src/pikdelay.cpp, src/pikdelay.h: - Fix bug + in calculation + - Remove CounterD + - New delay management + - Update copyright -2007-09-28 08:33 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-15 08:16 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * po/es.po: Fix spanish translator email + * src/pikloops.desktop: Remove Education category, add Engineering + category. -2007-09-21 18:15 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 15:29 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * ChangeLog.old: Update for 0.2.4 release + * po/de.po, po/es.po, po/fr.po, po/pikloops.pot: Update strings -2007-09-21 18:04 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 15:07 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * NEWS: A file to easily follow the main changes + * src/mainwidgetpl.cpp: Harmonious code -2007-09-21 17:48 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 15:06 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * configure.in.in: Next release + * src/mainwidgetpl.cpp: Don't localize PIC instructions -2007-09-21 17:47 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 14:57 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * src/main.cpp: Fix typo + * src/mainwidgetpl.cpp: Simplify string -2007-09-21 06:41 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 14:56 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * po/es.po: Date format don't have to be translated + * src/mainwidgetpl.cpp: Remove useless white space in assembler + code line -2007-09-20 15:09 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 14:53 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * po/de.po: Fix a typo that breaks PIC assembler syntax. + * src/mainwidgetpl.cpp: More cleanup -2007-09-20 13:49 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 14:39 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * po/es.po: Updated spanish translation by Carlos M. Cámara Mora + * src/mainwidgetpl.cpp: Default frequency is 4MHz -2007-08-22 11:03 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 14:37 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * pikloops.spec: Licence tag clarification. + * src/mainwidgetpl.cpp: Some cleanup -2007-07-23 16:42 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> +2007-10-11 14:30 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> - * ChangeLog: ChangeLog for release 0.2.3 + * src/pikdelay.cpp: Remove useless function call +2007-10-09 17:50 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * po/de.po, po/es.po, po/fr.po, po/pikloops.pot: Typo in generated + code + +2007-10-09 17:37 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * src/mainwidgetpl.cpp: Typo in generated code + +2007-10-09 17:31 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * src/pikdelay.cpp: Fix compile time error + +2007-10-09 17:22 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * src/mainwidgetpl.cpp, src/pikdelay.cpp, src/pikdelay.h: + Mispelling + +2007-10-09 17:15 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * src/pikdelay.cpp: Fix a gpasm warning + +2007-10-09 17:12 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * src/pikdelay.cpp: Nicer look + +2007-10-08 13:24 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * admin/ChangeLog, admin/Doxyfile.am, admin/acinclude.m4.in, + admin/am_edit, admin/config.guess, admin/config.sub, + admin/configure.in.bot.end, admin/cvs.sh, + admin/detect-autoconf.pl, admin/doxygen.sh, admin/install-sh, + admin/libtool.m4.in, admin/ltmain.sh, admin/missing: Update tools + for kdevelop svn + +2007-09-29 16:34 Carlos M. Cámara <cmcamara+PIKLOOPS AT gmail DOT com> + + * po/es.po: Changed the date format in one string, just to test the + svn commit Modified: prog/trunk/ChangeLog.old =================================================================== --- prog/trunk/ChangeLog.old 2007-10-17 09:40:56 UTC (rev 164) +++ prog/trunk/ChangeLog.old 2007-10-17 11:08:06 UTC (rev 165) @@ -1,3 +1,64 @@ +2007-09-28 16:54 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * ChangeLog: ChangeLog for release 0.2.4 + +2007-09-28 09:43 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * pikloops.spec: Update to 0.2.4 + +2007-09-28 09:22 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * doc/en/index.docbook, doc/fr/index.docbook: Update URL, revision + date, release number + +2007-09-28 08:50 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * authors.xml: Add spanish translator + +2007-09-28 08:38 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * src/pikloops.desktop: Desktop comment localisation + +2007-09-28 08:33 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * po/es.po: Fix spanish translator email + +2007-09-21 18:15 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * ChangeLog.old: Update for 0.2.4 release + +2007-09-21 18:04 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * NEWS: A file to easily follow the main changes + +2007-09-21 17:48 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * configure.in.in: Next release + +2007-09-21 17:47 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * src/main.cpp: Fix typo + +2007-09-21 06:41 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * po/es.po: Date format don't have to be translated + +2007-09-20 15:09 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * po/de.po: Fix a typo that breaks PIC assembler syntax. + +2007-09-20 13:49 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * po/es.po: Updated spanish translation by Carlos M. Cámara Mora + +2007-08-22 11:03 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * pikloops.spec: Licence tag clarification. + +2007-07-23 16:42 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> + + * ChangeLog: ChangeLog for release 0.2.3 + 2007-07-23 13:03 Alain Portal <dionysos-sf AT users DOT sourceforge DOT net> * ChangeLog.old: Don't let grow up the ChangeLog @@ -286,4 +347,3 @@ src/pikloops.desktop, src/pikloops.h, src/pikloops22.png, src/pikloops22.xpm, src/pikloopsui.rc, stamp-h.in, subdirs: Initial import based on pikloops-0.2.1.tar.gz - Modified: prog/trunk/pikloops.spec =================================================================== --- prog/trunk/pikloops.spec 2007-10-17 09:40:56 UTC (rev 164) +++ prog/trunk/pikloops.spec 2007-10-17 11:08:06 UTC (rev 165) @@ -1,5 +1,5 @@ Name: pikloops -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist} Summary: Code generator for PIC delays Summary(fr): Générateur de code de temporisation pour PIC @@ -82,6 +82,9 @@ %{_datadir}/icons/crystalsvg/*/apps/%{name}.png %changelog +* Wed Oct 17 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.2.5-1 + - New upstream version + * Wed Sep 28 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.2.4-1 - New upstream version This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 09:40:52
|
Revision: 164 http://pikloops.svn.sourceforge.net/pikloops/?rev=164&view=rev Author: dionysos-sf Date: 2007-10-17 02:40:56 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Update Modified Paths: -------------- prog/trunk/Makefile.am Modified: prog/trunk/Makefile.am =================================================================== --- prog/trunk/Makefile.am 2007-10-17 09:35:28 UTC (rev 163) +++ prog/trunk/Makefile.am 2007-10-17 09:40:56 UTC (rev 164) @@ -2,7 +2,7 @@ SUBDIRS = src po doc -EXTRA_DIST = pikloops.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO pikloops.lsm pikloops.spec +EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL NEWS README TODO pikloops.lsm pikloops.spec ####### kdevelop will overwrite this part!!! (end)############ # not a GNU package. You can remove this line, if This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 09:35:25
|
Revision: 163 http://pikloops.svn.sourceforge.net/pikloops/?rev=163&view=rev Author: dionysos-sf Date: 2007-10-17 02:35:28 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Remove files that don't have to be in repository. Removed Paths: ------------- prog/trunk/aclocal.m4 prog/trunk/config.h.in prog/trunk/configure.files prog/trunk/stamp-h.in prog/trunk/subdirs Deleted: prog/trunk/aclocal.m4 =================================================================== --- prog/trunk/aclocal.m4 2007-10-17 09:15:37 UTC (rev 162) +++ prog/trunk/aclocal.m4 2007-10-17 09:35:28 UTC (rev 163) @@ -1,863 +0,0 @@ -# generated automatically by aclocal 1.9.6 -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_AUTOMAKE_VERSION(VERSION) -# ---------------------------- -# Automake X.Y traces this macro to ensure aclocal.m4 has been -# generated from the m4 files accompanying Automake X.Y. -AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) - -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# Call AM_AUTOMAKE_VERSION so it can be traced. -# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.6])]) - -# AM_AUX_DIR_EXPAND -*- Autoconf -*- - -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. -# -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir -# -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. -# -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. -# -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` -]) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 7 - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE]) -AC_SUBST([$1_FALSE]) -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi -AC_CONFIG_COMMANDS_PRE( -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then - AC_MSG_ERROR([[conditional "$1" was never defined. -Usually this means the macro was only invoked conditionally.]]) -fi])]) - - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 8 - -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - -# _AM_DEPENDENCIES(NAME) -# ---------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". -# We try a few techniques and use that to set a single cache variable. -# -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN([_AM_DEPENDENCIES], -[AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -AC_REQUIRE([AM_MAKE_INCLUDE])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl - -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) - -AC_CACHE_CHECK([dependency style of $depcc], - [am_cv_$1_dependencies_compiler_type], -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_$1_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` - fi - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - case $depmode in - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - none) break ;; - esac - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. - if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_$1_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_$1_dependencies_compiler_type=none -fi -]) -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -AM_CONDITIONAL([am__fastdep$1], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -]) - - -# AM_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES -AC_DEFUN([AM_SET_DEPDIR], -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -]) - - -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -fi -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH]) -]) - -# Generate code to set up dependency tracking. -*- Autoconf -*- - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -#serial 3 - -# _AM_OUTPUT_DEPENDENCY_COMMANDS -# ------------------------------ -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[for mf in $CONFIG_FILES; do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done -done -])# _AM_OUTPUT_DEPENDENCY_COMMANDS - - -# AM_OUTPUT_DEPENDENCY_COMMANDS -# ----------------------------- -# This macro should only be invoked once -- use via AC_REQUIRE. -# -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will -# need in order to bootstrap the dependency handling code. -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -[AC_CONFIG_COMMANDS([depfiles], - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) - -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 8 - -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) - -# Do all the work for Automake. -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 12 - -# This macro actually does too much. Some checks are only needed if -# your package does certain things. But this isn't really a big deal. - -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -# AM_INIT_AUTOMAKE([OPTIONS]) -# ----------------------------------------------- -# The call with PACKAGE and VERSION arguments is the old style -# call (pre autoconf-2.50), which is being phased out. PACKAGE -# and VERSION should now be passed to AC_INIT and removed from -# the call to AM_INIT_AUTOMAKE. -# We support both call styles for the transition. After -# the next Automake release, Autoconf can make the AC_INIT -# arguments mandatory, and then we can depend on a new Autoconf -# release and drop the old call support. -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.58])dnl -dnl Autoconf wants to disallow AM_ names. We explicitly allow -dnl the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl -AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi -AC_SUBST([CYGPATH_W]) - -# Define the identity of the package. -dnl Distinguish between old-style and new-style calls. -m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl - AC_SUBST([PACKAGE], [$1])dnl - AC_SUBST([VERSION], [$2])], -[_AM_SET_OPTIONS([$1])dnl - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl - -_AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -AC_REQUIRE([AM_PROG_MKDIR_P])dnl -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_SET_LEADING_DOT])dnl -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) -_AM_IF_OPTION([no-dependencies],, -[AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl -]) -]) - - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. The stamp files are numbered to have different names. - -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -# loop where config.status creates the headers, so we can generate -# our stamp files there. -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -[# Compute $1's index in $config_headers. -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $1 | $1:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) - -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"$am_aux_dir/install-sh"} -AC_SUBST(install_sh)]) - -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - -# Check to see how 'make' treats includes. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 3 - -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo done -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) - -# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- - -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ -AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) - - -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) -fi -]) - -# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_MKDIR_P -# --------------- -# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. -# -# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories -# created by `make install' are always world readable, even if the -# installer happens to have an overly restrictive umask (e.g. 077). -# This was a mistake. There are at least two reasons why we must not -# use `-m 0755': -# - it causes special bits like SGID to be ignored, -# - it may be too restrictive (some setups expect 775 directories). -# -# Do not use -m 0755 and let people choose whatever they expect by -# setting umask. -# -# We cannot accept any implementation of `mkdir' that recognizes `-p'. -# Some implementations (such as Solaris 8's) are not thread-safe: if a -# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' -# concurrently, both version can detect that a/ is missing, but only -# one can create it and the other will error out. Consequently we -# restrict ourselves to GNU make (using the --version option ensures -# this.) -AC_DEFUN([AM_PROG_MKDIR_P], -[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - # We used to keeping the `.' as first argument, in order to - # allow $(mkdir_p) to be used without argument. As in - # $(mkdir_p) $(somedir) - # where $(somedir) is conditionally defined. However this is wrong - # for two reasons: - # 1. if the package is installed by a user who cannot write `.' - # make install will fail, - # 2. the above comment should most certainly read - # $(mkdir_p) $(DESTDIR)$(somedir) - # so it does not work when $(somedir) is undefined and - # $(DESTDIR) is not. - # To support the latter case, we have to write - # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), - # so the `.' trick is pointless. - mkdir_p='mkdir -p --' -else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - for d in ./-p ./--version; - do - test -d $d && rmdir $d - done - # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. - if test -f "$ac_aux_dir/mkinstalldirs"; then - mkdir_p='$(mkinstalldirs)' - else - mkdir_p='$(install_sh) -d' - fi -fi -AC_SUBST([mkdir_p])]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 3 - -# _AM_MANGLE_OPTION(NAME) -# ----------------------- -AC_DEFUN([_AM_MANGLE_OPTION], -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) - -# _AM_SET_OPTION(NAME) -# ------------------------------ -# Set option NAME. Presently that only means defining a flag for this option. -AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) - -# _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- -# OPTIONS is a space-separated list of Automake options. -AC_DEFUN([_AM_SET_OPTIONS], -[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) - -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -# ------------------------------------------- -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -AC_DEFUN([_AM_IF_OPTION], -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) - -# Check to make sure that the build environment is sane. -*- Autoconf -*- - -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 4 - -# AM_SANITY_CHECK -# --------------- -AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! -Check your system clock]) -fi -AC_MSG_RESULT(yes)]) - -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# AM_PROG_INSTALL_STRIP -# --------------------- -# One issue with vendor `install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. -if test "$cross_compiling" != no; then - AC_CHECK_TOOL([STRIP], [strip], :) -fi -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# Check how to create a tarball. -*- Autoconf -*- - -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 2 - -# _AM_PROG_TAR(FORMAT) -# -------------------- -# Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. -# -# Substitute a variable $(am__tar) that is a command -# writing to stdout a FORMAT-tarball containing the directory -# $tardir. -# tardir=directory && $(am__tar) > result.tar -# -# Substitute a variable $(am__untar) that extract such -# a tarball read from stdin. -# $(am__untar) < result.tar -AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) -m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break - - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) - rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar <conftest.tar]) - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break - fi -done -rm -rf conftest.dir - -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) -AC_SUBST([am__tar]) -AC_SUBST([am__untar]) -]) # _AM_PROG_TAR - -m4_include([acinclude.m4]) Deleted: prog/trunk/config.h.in =================================================================== --- prog/trunk/config.h.in 2007-10-17 09:15:37 UTC (rev 162) +++ prog/trunk/config.h.in 2007-10-17 09:35:28 UTC (rev 163) @@ -1,237 +0,0 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Define to 1 if you have the <Carbon/Carbon.h> header file. */ -#undef HAVE_CARBON_CARBON_H - -/* Define if you have the CoreAudio API */ -#undef HAVE_COREAUDIO - -/* Define to 1 if you have the <crt_externs.h> header file. */ -#undef HAVE_CRT_EXTERNS_H - -/* Defines if your system has the crypt function */ -#undef HAVE_CRYPT - -/* Define to 1 if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define if you have libjpeg */ -#undef HAVE_LIBJPEG - -/* Define if you have libpng */ -#undef HAVE_LIBPNG - -/* Define if you have a working libpthread (will enable threaded code) */ -#undef HAVE_LIBPTHREAD - -/* Define if you have libz */ -#undef HAVE_LIBZ - -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define if your system needs _NSGetEnviron to set up the environment */ -#undef HAVE_NSGETENVIRON - -/* Define if you have res_init */ -#undef HAVE_RES_INIT - -/* Define if you have the res_init prototype */ -#undef HAVE_RES_INIT_PROTO - -/* Define if you have a STL implementation by SGI */ -#undef HAVE_SGI_STL - -/* Define to 1 if you have the `snprintf' function. */ -#undef HAVE_SNPRINTF - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define if you have strlcat */ -#undef HAVE_STRLCAT - -/* Define if you have the strlcat prototype */ -#undef HAVE_STRLCAT_PROTO - -/* Define if you have strlcpy */ -#undef HAVE_STRLCPY - -/* Define if you have the strlcpy prototype */ -#undef HAVE_STRLCPY_PROTO - -/* Define to 1 if you have the <sys/bitypes.h> header file. */ -#undef HAVE_SYS_BITYPES_H - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the `vsnprintf' function. */ -#undef HAVE_VSNPRINTF - -/* Suffix for lib directories */ -#undef KDELIBSUFF - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* The size of a `char *', as computed by sizeof. */ -#undef SIZEOF_CHAR_P - -/* The size of a `int', as computed by sizeof. */ -#undef SIZEOF_INT - -/* The size of a `long', as computed by sizeof. */ -#undef SIZEOF_LONG - -/* The size of a `short', as computed by sizeof. */ -#undef SIZEOF_SHORT - -/* The size of a `size_t', as computed by sizeof. */ -#undef SIZEOF_SIZE_T - -/* The size of a `unsigned long', as computed by sizeof. */ -#undef SIZEOF_UNSIGNED_LONG - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Defined if compiling without arts */ -#undef WITHOUT_ARTS - -/* - * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system - * headers and I'm too lazy to write a configure test as long as only - * unixware is related - */ -#ifdef _UNIXWARE -#define HAVE_BOOLEAN -#endif - - - -/* - * AIX defines FD_SET in terms of bzero, but fails to include <strings.h> - * that defines bzero. - */ - -#if defined(_AIX) -#include <strings.h> -#endif - - - -#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) -# include <sys/time.h> -# include <crt_externs.h> -# define environ (*_NSGetEnviron()) -#endif - - - -#if !defined(HAVE_RES_INIT_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -int res_init(void); -#ifdef __cplusplus -} -#endif -#endif - - - -#if !defined(HAVE_STRLCAT_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -unsigned long strlcat(char*, const char*, unsigned long); -#ifdef __cplusplus -} -#endif -#endif - - - -#if !defined(HAVE_STRLCPY_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -unsigned long strlcpy(char*, const char*, unsigned long); -#ifdef __cplusplus -} -#endif -#endif - - - -/* - * On HP-UX, the declaration of vsnprintf() is needed every time ! - */ - -#if !defined(HAVE_VSNPRINTF) || defined(hpux) -#if __STDC__ -#include <stdarg.h> -#include <stdlib.h> -#else -#include <varargs.h> -#endif -#ifdef __cplusplus -extern "C" -#endif -int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); -#ifdef __cplusplus -extern "C" -#endif -int snprintf(char *str, size_t n, char const *fmt, ...); -#endif - - - -#if defined(__SVR4) && !defined(__svr4__) -#define __svr4__ 1 -#endif - - -/* type to use in place of socklen_t if not defined */ -#undef kde_socklen_t - -/* type to use in place of socklen_t if not defined (deprecated, use - kde_socklen_t) */ -#undef ksize_t Deleted: prog/trunk/configure.files =================================================================== --- prog/trunk/configure.files 2007-10-17 09:15:37 UTC (rev 162) +++ prog/trunk/configure.files 2007-10-17 09:35:28 UTC (rev 163) @@ -1,2 +0,0 @@ -./admin/configure.in.min -configure.in.in Deleted: prog/trunk/stamp-h.in =================================================================== Deleted: prog/trunk/subdirs =================================================================== --- prog/trunk/subdirs 2007-10-17 09:15:37 UTC (rev 162) +++ prog/trunk/subdirs 2007-10-17 09:35:28 UTC (rev 163) @@ -1,3 +0,0 @@ -doc -po -src This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 09:15:33
|
Revision: 162 http://pikloops.svn.sourceforge.net/pikloops/?rev=162&view=rev Author: dionysos-sf Date: 2007-10-17 02:15:37 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Update Modified Paths: -------------- prog/trunk/pikloops.kdevelop Modified: prog/trunk/pikloops.kdevelop =================================================================== --- prog/trunk/pikloops.kdevelop 2007-10-17 09:15:00 UTC (rev 161) +++ prog/trunk/pikloops.kdevelop 2007-10-17 09:15:37 UTC (rev 162) @@ -10,6 +10,12 @@ <keyword>Qt</keyword> <keyword>KDE</keyword> </keywords> + <projectname>pikloops</projectname> + <projectdirectory>.</projectdirectory> + <absoluteprojectpath>false</absoluteprojectpath> + <description/> + <defaultencoding/> + <versioncontrol>kdevsubversion</versioncontrol> </general> <kdevfileview> <groups> @@ -24,6 +30,7 @@ <tree> <hidepatterns>*.o,*.lo,CVS</hidepatterns> <hidenonprojectfiles>false</hidenonprojectfiles> + <showvcsfields>false</showvcsfields> </tree> </kdevfileview> <kdevdoctreeview> @@ -67,9 +74,22 @@ <kdevdebugger> <general> <dbgshell>libtool</dbgshell> + <gdbpath/> + <configGdbScript/> + <runShellScript/> + <runGdbScript/> + <breakonloadinglibs>true</breakonloadinglibs> + <separatetty>false</separatetty> + <floatingtoolbar>false</floatingtoolbar> </general> + <display> + <staticmembers>false</staticmembers> + <demanglenames>true</demanglenames> + <outputradix>10</outputradix> + </display> </kdevdebugger> <kdevfilecreate> + <filetypes/> <useglobaltypes> <type ext="ui" /> <type ext="cpp" /> @@ -82,10 +102,34 @@ <envvar value="1" name="WANT_AUTOCONF_2_5" /> <envvar value="1" name="WANT_AUTOMAKE_1_6" /> </envvars> + <abortonerror>true</abortonerror> + <runmultiplejobs>false</runmultiplejobs> + <numberofjobs>1</numberofjobs> + <dontact>false</dontact> + <makebin/> + <prio>0</prio> </make> <run> <directoryradio>executable</directoryradio> + <mainprogram>/home/alain/projets/pikloops/prog/trunk</mainprogram> + <programargs/> + <globaldebugarguments/> + <globalcwd>/home/alain/projets/pikloops/prog/trunk</globalcwd> + <useglobalprogram>false</useglobalprogram> + <terminal>false</terminal> + <autocompile>false</autocompile> + <autoinstall>false</autoinstall> + <autokdesu>false</autokdesu> + <envvars/> </run> + <general> + <useconfiguration>default</useconfiguration> + </general> + <configurations> + <default> + <envvars/> + </default> + </configurations> </kdevautoproject> <kdevcppsupport> <references/> @@ -100,6 +144,62 @@ <codeCompletionDelay>250</codeCompletionDelay> <argumentsHintDelay>400</argumentsHintDelay> <headerCompletionDelay>250</headerCompletionDelay> + <showOnlyAccessibleItems>false</showOnlyAccessibleItems> + <completionBoxItemOrder>0</completionBoxItemOrder> + <howEvaluationContextMenu>true</howEvaluationContextMenu> + <showCommentWithArgumentHint>true</showCommentWithArgumentHint> + <statusBarTypeEvaluation>false</statusBarTypeEvaluation> + <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases> + <processPrimaryTypes>true</processPrimaryTypes> + <processFunctionArguments>false</processFunctionArguments> + <preProcessAllHeaders>false</preProcessAllHeaders> + <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental> + <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental> + <alwaysParseInBackground>true</alwaysParseInBackground> + <usePermanentCaching>true</usePermanentCaching> + <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces> + <includePaths>.;</includePaths> </codecompletion> + <qt> + <used>false</used> + <version>3</version> + <includestyle>3</includestyle> + <root>/usr/lib/qt-3.3</root> + <designerintegration>EmbeddedKDevDesigner</designerintegration> + <qmake>/usr/lib/qt-3.3/bin/qmake</qmake> + <designer>/usr/lib/qt-3.3/bin/designer</designer> + <designerpluginpaths/> + </qt> + <creategettersetter> + <prefixGet/> + <prefixSet>set</prefixSet> + <prefixVariable>m_,_</prefixVariable> + <parameterName>theValue</parameterName> + <inlineGet>true</inlineGet> + <inlineSet>true</inlineSet> + </creategettersetter> + <splitheadersource> + <enabled>false</enabled> + <synchronize>true</synchronize> + <orientation>Vertical</orientation> + </splitheadersource> </kdevcppsupport> + <cppsupportpart> + <filetemplates> + <interfacesuffix>.h</interfacesuffix> + <implementationsuffix>.cpp</implementationsuffix> + </filetemplates> + </cppsupportpart> + <kdevdocumentation> + <projectdoc> + <docsystem/> + <docurl/> + <usermanualurl/> + </projectdoc> + </kdevdocumentation> + <ctagspart> + <customArguments/> + <customTagfilePath>/home/alain/projets/pikloops/prog/trunk/tags</customTagfilePath> + <activeTagsFiles/> + </ctagspart> </kdevelop> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 09:14:56
|
Revision: 161 http://pikloops.svn.sourceforge.net/pikloops/?rev=161&view=rev Author: dionysos-sf Date: 2007-10-17 02:15:00 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Remove files that don't have to be in repository. Removed Paths: ------------- prog/trunk/pikloops.kdevelop.pcs Deleted: prog/trunk/pikloops.kdevelop.pcs =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 09:13:20
|
Revision: 160 http://pikloops.svn.sourceforge.net/pikloops/?rev=160&view=rev Author: dionysos-sf Date: 2007-10-17 02:13:22 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Remove files that don't have to be in repository. Removed Paths: ------------- prog/trunk/Makefile.in prog/trunk/acinclude.m4 prog/trunk/configure.in prog/trunk/doc/Makefile.in prog/trunk/doc/en/Makefile.in prog/trunk/doc/fr/Makefile.in prog/trunk/pikloops.kdevses prog/trunk/po/Makefile.in prog/trunk/src/Makefile.in Deleted: prog/trunk/Makefile.in =================================================================== --- prog/trunk/Makefile.in 2007-10-17 09:04:00 UTC (rev 159) +++ prog/trunk/Makefile.in 2007-10-17 09:13:22 UTC (rev 160) @@ -1,900 +0,0 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. -# KDE tags expanded automatically by am_edit - $Revision: 435799 $ -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ - -####### kdevelop will overwrite this part!!! (begin)########## -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = . -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -target_triplet = @target@ -DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL TODO \ - admin/ChangeLog admin/compile admin/config.guess \ - admin/config.sub admin/depcomp admin/install-sh \ - admin/ltmain.sh admin/missing admin/mkinstalldirs admin/ylwrap -subdir = . -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno configure.status.lineno -mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs -CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = -SOURCES = -DIST_SOURCES = -#>- RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ -#>- html-recursive info-recursive install-data-recursive \ -#>- install-exec-recursive install-info-recursive \ -#>- install-recursive installcheck-recursive installdirs-recursive \ -#>- pdf-recursive ps-recursive uninstall-info-recursive \ -#>- uninstall-recursive -#>+ 6 -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-exec-recursive install-info-recursive \ - install-recursive installcheck-recursive installdirs-recursive \ - pdf-recursive ps-recursive uninstall-info-recursive \ - uninstall-recursive nmcheck-recursive bcheck-recursive -ETAGS = etags -CTAGS = ctags -DIST_SUBDIRS = $(SUBDIRS) -#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -#>+ 1 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) -distdir = $(PACKAGE)-$(VERSION) -top_distdir = $(distdir) -am__remove_distdir = \ - { test ! -d $(distdir) \ - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr $(distdir); }; } -DIST_ARCHIVES = $(distdir).tar.gz -GZIP_ENV = --best -distuninstallcheck_listfiles = find . -type f -print -distcleancheck_listfiles = find . -type f -print -ACLOCAL = @ACLOCAL@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ -AMTAR = @AMTAR@ -AR = @AR@ -ARTSCCONFIG = @ARTSCCONFIG@ -AUTOCONF = @AUTOCONF@ -AUTODIRS = @AUTODIRS@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CONF_FILES = @CONF_FILES@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DCOPIDL = @DCOPIDL@ -DCOPIDL2CPP = @DCOPIDL2CPP@ -DCOPIDLNG = @DCOPIDLNG@ -DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -ENABLE_PERMISSIVE_FLAG = @ENABLE_PERMISSIVE_FLAG@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@ -GMSGFMT = @GMSGFMT@ -HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@ -KCONFIG_COMPILER = @KCONFIG_COMPILER@ -KDECONFIG = @KDECONFIG@ -KDE_CHECK_PLUGIN = @KDE_CHECK_PLUGIN@ -KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@ -KDE_INCLUDES = @KDE_INCLUDES@ -KDE_LDFLAGS = @KDE_LDFLAGS@ -KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@ -KDE_MT_LIBS = @KDE_MT_LIBS@ -KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@ -KDE_PLUGIN = @KDE_PLUGIN@ -KDE_RPATH = @KDE_RPATH@ -KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@ -KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@ -KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@ -KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@ -KDE_USE_FPIE = @KDE_USE_FPIE@ -KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@ -KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@ -KDE_USE_PIE = @KDE_USE_PIE@ -KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@ -LDFLAGS = @LDFLAGS@ -LDFLAGS_AS_NEEDED = @LDFLAGS_AS_NEEDED@ -LDFLAGS_NEW_DTAGS = @LDFLAGS_NEW_DTAGS@ -LIBCOMPAT = @LIBCOMPAT@ -LIBCRYPT = @LIBCRYPT@ -LIBDL = @LIBDL@ -LIBJPEG = @LIBJPEG@ -LIBOBJS = @LIBOBJS@ -LIBPNG = @LIBPNG@ -LIBPTHREAD = @LIBPTHREAD@ -LIBRESOLV = @LIBRESOLV@ -LIBS = @LIBS@ -LIBSM = @LIBSM@ -LIBSOCKET = @LIBSOCKET@ -LIBTOOL = @LIBTOOL@ -LIBUCB = @LIBUCB@ -LIBUTIL = @LIBUTIL@ -LIBZ = @LIBZ@ -LIB_KAB = @LIB_KAB@ -LIB_KABC = @LIB_KABC@ -LIB_KDECORE = @LIB_KDECORE@ -LIB_KDED = @LIB_KDED@ -LIB_KDEPIM = @LIB_KDEPIM@ -LIB_KDEPRINT = @LIB_KDEPRINT@ -LIB_KDEUI = @LIB_KDEUI@ -LIB_KDNSSD = @LIB_KDNSSD@ -LIB_KFILE = @LIB_KFILE@ -LIB_KFM = @LIB_KFM@ -LIB_KHTML = @LIB_KHTML@ -LIB_KIMPROXY = @LIB_KIMPROXY@ -LIB_KIO = @LIB_KIO@ -LIB_KJS = @LIB_KJS@ -LIB_KNEWSTUFF = @LIB_KNEWSTUFF@ -LIB_KPARTS = @LIB_KPARTS@ -LIB_KSPELL = @LIB_KSPELL@ -LIB_KSYCOCA = @LIB_KSYCOCA@ -LIB_KUNITTEST = @LIB_KUNITTEST@ -LIB_KUTILS = @LIB_KUTILS@ -LIB_POLL = @LIB_POLL@ -LIB_QPE = @LIB_QPE@ -LIB_QT = @LIB_QT@ -LIB_SMB = @LIB_SMB@ -LIB_X11 = @LIB_X11@ -LIB_XEXT = @LIB_XEXT@ -LIB_XRENDER = @LIB_XRENDER@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MAKEKDEWIDGETS = @MAKEKDEWIDGETS@ -MCOPIDL = @MCOPIDL@ -MEINPROC = @MEINPROC@ -MOC = @MOC@ -MSGFMT = @MSGFMT@ -NOOPT_CFLAGS = @NOOPT_CFLAGS@ -NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PERL = @PERL@ -QTE_NORTTI = @QTE_NORTTI@ -QT_INCLUDES = @QT_INCLUDES@ -QT_LDFLAGS = @QT_LDFLAGS@ -RANLIB = @RANLIB@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -TOPSUBDIRS = @TOPSUBDIRS@ -UIC = @UIC@ -UIC_TR = @UIC_TR@ -USER_INCLUDES = @USER_INCLUDES@ -USER_LDFLAGS = @USER_LDFLAGS@ -USE_EXCEPTIONS = @USE_EXCEPTIONS@ -USE_RTTI = @USE_RTTI@ -USE_THREADS = @USE_THREADS@ -VERSION = @VERSION@ -WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@ -XGETTEXT = @XGETTEXT@ -XMLLINT = @XMLLINT@ -X_EXTRA_LIBS = @X_EXTRA_LIBS@ -X_INCLUDES = @X_INCLUDES@ -X_LDFLAGS = @X_LDFLAGS@ -X_PRE_LIBS = @X_PRE_LIBS@ -X_RPATH = @X_RPATH@ -ac_ct_AR = @ac_ct_AR@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -all_includes = @all_includes@ -all_libraries = @all_libraries@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -datadir = @datadir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -include_ARTS_FALSE = @include_ARTS_FALSE@ -include_ARTS_TRUE = @include_ARTS_TRUE@ -include_x11_FALSE = @include_x11_FALSE@ -include_x11_TRUE = @include_x11_TRUE@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -kde_appsdir = @kde_appsdir@ -kde_bindir = @kde_bindir@ -kde_confdir = @kde_confdir@ -kde_datadir = @kde_datadir@ -kde_htmldir = @kde_htmldir@ -kde_icondir = @kde_icondir@ -kde_includes = @kde_includes@ -kde_kcfgdir = @kde_kcfgdir@ -kde_libraries = @kde_libraries@ -kde_libs_htmldir = @kde_libs_htmldir@ -kde_libs_prefix = @kde_libs_prefix@ -kde_locale = @kde_locale@ -kde_mimedir = @kde_mimedir@ -kde_moduledir = @kde_moduledir@ -kde_qtver = @kde_qtver@ -kde_servicesdir = @kde_servicesdir@ -kde_servicetypesdir = @kde_servicetypesdir@ -kde_sounddir = @kde_sounddir@ -kde_styledir = @kde_styledir@ -kde_templatesdir = @kde_templatesdir@ -kde_wallpaperdir = @kde_wallpaperdir@ -kde_widgetdir = @kde_widgetdir@ -kdeinitdir = @kdeinitdir@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -qt_includes = @qt_includes@ -qt_libraries = @qt_libraries@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ -target = @target@ -target_alias = @target_alias@ -target_cpu = @target_cpu@ -target_os = @target_os@ -target_vendor = @target_vendor@ -unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ -unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ -x_includes = @x_includes@ -x_libraries = @x_libraries@ -xdg_appsdir = @xdg_appsdir@ -xdg_directorydir = @xdg_directorydir@ -xdg_menudir = @xdg_menudir@ -SUBDIRS = src po doc -EXTRA_DIST = pikloops.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO pikloops.lsm pikloops.spec - -####### kdevelop will overwrite this part!!! (end)############ -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files -#>- all: config.h -#>+ 1 -all: docs-am config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - -.SUFFIXES: -am--refresh: - @: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -#>- @for dep in $?; do \ -#>- case '$(am__configure_deps)' in \ -#>- *$$dep*) \ -#>- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ -#>- cd $(srcdir) && $(AUTOMAKE) --foreign \ -#>- && exit 0; \ -#>- exit 1;; \ -#>- esac; \ -#>- done; \ -#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ -#>- cd $(top_srcdir) && \ -#>- $(AUTOMAKE) --foreign Makefile -#>+ 14 - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ - ( \ - cd $(srcdir) && $(AUTOMAKE) --foreign \ - ) || exit 1; echo ' cd $(top_srcdir) && perl admin/am_edit '; cd $(top_srcdir) && perl admin/am_edit && exit 0; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign Makefile - cd $(top_srcdir) && perl admin/am_edit Makefile.in -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck - -$(top_srcdir)/configure: $(am__configure_deps) -#>- cd $(srcdir) && $(AUTOCONF) -#>+ 2 - cd $(srcdir) && rm -f configure - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) - -config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) stamp-h1; \ - else :; fi - -stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status - @rm -f stamp-h1 - cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: $(am__configure_deps) - cd $(top_srcdir) && $(AUTOHEADER) - rm -f stamp-h1 - touch $@ - -distclean-hdr: - -rm -f config.h stamp-h1 - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) ' { files[$$0] = 1; } \ - END { for (i in files) print i; }'`; \ - test -z "$(CTAGS_ARGS)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -distdir: $(DISTFILES) - $(am__remove_distdir) - mkdir $(distdir) - $(mkdir_p) $(distdir)/admin - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ - if test -d $$d/$$file; then \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ - else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ - || exit 1; \ - fi; \ - done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(mkdir_p) "$(distdir)/$$subdir" \ - || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ - distdir) \ - || exit 1; \ - fi; \ - done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-hook - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ - || chmod -R a+r $(distdir) -dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) - -dist-tarZ: distdir - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) - -dist-shar: distdir - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) - -dist-zip: distdir - -rm -f $(distdir).zip - zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) - -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) - -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - case '$(DIST_ARCHIVES)' in \ - *.tar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ - *.tar.bz2*) \ - bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.Z*) \ - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ - *.shar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ - *.zip*) \ - unzip $(distdir).zip ;;\ - esac - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst - chmod a-w $(distdir) - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ - $(DISTCHECK_CONFIGURE_FLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ - } || { rm -rf "$$dc_destdir"; exit 1; }) \ - && rm -rf "$$dc_destdir" \ - && $(MAKE) $(AM_MAKEFLAGS) dist \ - && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck - $(am__remove_distdir) - @(echo "$(distdir) archives ready for distribution: "; \ - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' -distuninstallcheck: - @cd $(distuninstallcheck_dir) \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ - || { echo "ERROR: files left after uninstall:" ; \ - if test -n "$(DESTDIR)"; then \ - echo " (check DESTDIR support)"; \ - fi ; \ - $(distuninstallcheck_listfiles) ; \ - exit 1; } >&2 -distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ - echo "ERROR: distcleancheck can only run from a VPATH build" ; \ - exit 1 ; \ - fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ - || { echo "ERROR: files left in build directory after distclean:" ; \ - $(distcleancheck_listfiles) ; \ - exit 1; } >&2 -check-am: all-am -check: check-recursive -all-am: Makefile config.h -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -#>- clean: clean-recursive -#>+ 1 -clean: kde-rpo-clean clean-recursive - -#>- clean-am: clean-generic clean-libtool mostlyclean-am -#>+ 1 -clean-am: clean-bcheck clean-generic clean-libtool mostlyclean-am - -distclean: distclean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-hdr \ - distclean-libtool distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -info: info-recursive - -info-am: - -install-data-am: - -install-exec-am: - -install-info: install-info-recursive - -install-man: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: uninstall-info-am - -uninstall-info: uninstall-info-recursive - -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ - check-am clean clean-generic clean-libtool clean-recursive \ - ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ - dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \ - distclean-generic distclean-hdr distclean-libtool \ - distclean-recursive distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am install-man \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - maintainer-clean-recursive mostlyclean mostlyclean-generic \ - mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am uninstall-info-am - - -$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; - -$(top_srcdir)/subdirs: - cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs - -$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in - @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4 - -package-messages: - $(MAKE) -f admin/Makefile.common package-messages - $(MAKE) -C po merge - -dist-hook: - cd $(top_distdir) && perl admin/am_edit -padmin - cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: - -clean-bcheck: - rm -f *.bchecktest.cc *.bchecktest.cc.class a.out - -bcheck: bcheck-recursive - -bcheck-am: - @for i in ; do \ - if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \ - echo "int main() {return 0;}" > $$i.bchecktest.cc ; \ - echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \ - echo "$$i"; \ - if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \ - rm -f $$i.bchecktest.cc; exit 1; \ - fi ; \ - echo "" >> $$i.bchecktest.cc.class; \ - perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \ - rm -f a.out; \ - fi ; \ - done - - - -#>+ 2 -KDE_DIST=stamp-h.in pikloops.kdevses subdirs Makefile.in grosdiff configure.files pikloops.kdevelop config.h.in pikloops.kdevelop.pcs configure.in aclocal.m4 Makefile.dist Doxyfile configure.in.in configure acinclude.m4 Makefile.am - -#>+ 2 -docs-am: - -#>+ 7 -force-reedit: - \ - cd $(srcdir) && $(AUTOMAKE) --foreign \ - - cd $(top_srcdir) && perl admin/am_edit Makefile.in - - -#>+ 21 -clean-bcheck: - rm -f *.bchecktest.cc *.bchecktest.cc.class a.out - -bcheck: bcheck-recursive - -bcheck-am: - @for i in ; do \ - if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \ - echo "int main() {return 0;}" > $$i.bchecktest.cc ; \ - echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \ - echo "$$i"; \ - if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \ - rm -f $$i.bchecktest.cc; exit 1; \ - fi ; \ - echo "" >> $$i.bchecktest.cc.class; \ - perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \ - rm -f a.out; \ - fi ; \ - done - - -#>+ 3 -final: - $(MAKE) all-am - -#>+ 3 -final-install: - $(MAKE) install-am - -#>+ 3 -no-final: - $(MAKE) all-am - -#>+ 3 -no-final-install: - $(MAKE) install-am - -#>+ 3 -kde-rpo-clean: - -rm -f *.rpo - -#>+ 3 -nmcheck: -nmcheck-am: nmcheck Deleted: prog/trunk/acinclude.m4 =================================================================== --- prog/trunk/acinclude.m4 2007-10-17 09:04:00 UTC (rev 159) +++ prog/trunk/acinclude.m4 2007-10-17 09:13:22 UTC (rev 160) @@ -1,11818 +0,0 @@ -## -*- autoconf -*- - -dnl This file is part of the KDE libraries/packages -dnl Copyright (C) 1997 Janos Farkas (ch...@sh...) -dnl (C) 1997,98,99 Stephan Kulow (co...@kd...) - -dnl This file is free software; you can redistribute it and/or -dnl modify it under the terms of the GNU Library General Public -dnl License as published by the Free Software Foundation; either -dnl version 2 of the License, or (at your option) any later version. - -dnl This library is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl Library General Public License for more details. - -dnl You should have received a copy of the GNU Library General Public License -dnl along with this library; see the file COPYING.LIB. If not, write to -dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -dnl Boston, MA 02110-1301, USA. - -dnl IMPORTANT NOTE: -dnl Please do not modify this file unless you expect your modifications to be -dnl carried into every other module in the repository. -dnl -dnl Single-module modifications are best placed in configure.in for kdelibs -dnl and kdebase or configure.in.in if present. - -# KDE_PATH_X_DIRECT -dnl Internal subroutine of AC_PATH_X. -dnl Set ac_x_includes and/or ac_x_libraries. -AC_DEFUN([KDE_PATH_X_DIRECT], -[ -AC_REQUIRE([KDE_CHECK_LIB64]) - -if test "$ac_x_includes" = NO; then - # Guess where to find include files, by looking for this one X11 .h file. - test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h - - # First, try using that file with no special directory specified. -AC_TRY_CPP([#include <$x_direct_test_include>], -[# We can compile using X headers with no special include directory. -ac_x_includes=], -[# Look for the header file in a standard set of common directories. -# Check X11 before X11Rn because it is often a symlink to the current release. - for ac_dir in \ - /usr/X11/include \ - /usr/X11R6/include \ - /usr/X11R5/include \ - /usr/X11R4/include \ - \ - /usr/include/X11 \ - /usr/include/X11R6 \ - /usr/include/X11R5 \ - /usr/include/X11R4 \ - \ - /usr/local/X11/include \ - /usr/local/X11R6/include \ - /usr/local/X11R5/include \ - /usr/local/X11R4/include \ - \ - /usr/local/include/X11 \ - /usr/local/include/X11R6 \ - /usr/local/include/X11R5 \ - /usr/local/include/X11R4 \ - \ - /usr/X386/include \ - /usr/x386/include \ - /usr/XFree86/include/X11 \ - \ - /usr/include \ - /usr/local/include \ - /usr/unsupported/include \ - /usr/athena/include \ - /usr/local/x11r5/include \ - /usr/lpp/Xamples/include \ - \ - /usr/openwin/include \ - /usr/openwin/share/include \ - ; \ - do - if test -r "$ac_dir/$x_direct_test_include"; then - ac_x_includes=$ac_dir - break - fi - done]) -fi # $ac_x_includes = NO - -if test "$ac_x_libraries" = NO; then - # Check for the libraries. - - test -z "$x_direct_test_library" && x_direct_test_library=Xt - test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc - - # See if we find them without any special options. - # Don't add to $LIBS permanently. - ac_save_LIBS="$LIBS" - LIBS="-l$x_direct_test_library $LIBS" -AC_TRY_LINK([#include <X11/Intrinsic.h>], [${x_direct_test_function}(1)], -[LIBS="$ac_save_LIBS" -# We can link X programs with no special library path. -ac_x_libraries=], -[LIBS="$ac_save_LIBS" -# First see if replacing the include by lib works. -# Check X11 before X11Rn because it is often a symlink to the current release. -for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \ - /usr/X11/lib${kdelibsuff} \ - /usr/X11R6/lib${kdelibsuff} \ - /usr/X11R5/lib${kdelibsuff} \ - /usr/X11R4/lib${kdelibsuff} \ - \ - /usr/lib${kdelibsuff}/X11 \ - /usr/lib${kdelibsuff}/X11R6 \ - /usr/lib${kdelibsuff}/X11R5 \ - /usr/lib${kdelibsuff}/X11R4 \ - \ - /usr/local/X11/lib${kdelibsuff} \ - /usr/local/X11R6/lib${kdelibsuff} \ - /usr/local/X11R5/lib${kdelibsuff} \ - /usr/local/X11R4/lib${kdelibsuff} \ - \ - /usr/local/lib${kdelibsuff}/X11 \ - /usr/local/lib${kdelibsuff}/X11R6 \ - /usr/local/lib${kdelibsuff}/X11R5 \ - /usr/local/lib${kdelibsuff}/X11R4 \ - \ - /usr/X386/lib${kdelibsuff} \ - /usr/x386/lib${kdelibsuff} \ - /usr/XFree86/lib${kdelibsuff}/X11 \ - \ - /usr/lib${kdelibsuff} \ - /usr/local/lib${kdelibsuff} \ - /usr/unsupported/lib${kdelibsuff} \ - /usr/athena/lib${kdelibsuff} \ - /usr/local/x11r5/lib${kdelibsuff} \ - /usr/lpp/Xamples/lib${kdelibsuff} \ - /lib/usr/lib${kdelibsuff}/X11 \ - \ - /usr/openwin/lib${kdelibsuff} \ - /usr/openwin/share/lib${kdelibsuff} \ - ; \ -do -dnl Don't even attempt the hair of trying to link an X program! - for ac_extension in a so sl; do - if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then - ac_x_libraries=$ac_dir - break 2 - fi - done -done]) -fi # $ac_x_libraries = NO -]) - - -dnl ------------------------------------------------------------------------ -dnl Find a file (or one of more files in a list of dirs) -dnl ------------------------------------------------------------------------ -dnl -AC_DEFUN([AC_FIND_FILE], -[ -$3=NO -for i in $2; -do - for j in $1; - do - echo "configure: __oline__: $i/$j" >&AC_FD_CC - if test -r "$i/$j"; then - echo "taking that" >&AC_FD_CC - $3=$i - break 2 - fi - done -done -]) - -dnl KDE_FIND_PATH(program-name, variable-name, list-of-dirs, -dnl if-not-found, test-parameter, prepend-path) -dnl -dnl Look for program-name in list-of-dirs+$PATH. -dnl If prepend-path is set, look in $PATH+list-of-dirs instead. -dnl If found, $variable-name is set. If not, if-not-found is evaluated. -dnl test-parameter: if set, the program is executed with this arg, -dnl and only a successful exit code is required. -AC_DEFUN([KDE_FIND_PATH], -[ - AC_MSG_CHECKING([for $1]) - if test -n "$$2"; then - kde_cv_path="$$2"; - else - kde_cache=`echo $1 | sed 'y%./+-%__p_%'` - - AC_CACHE_VAL(kde_cv_path_$kde_cache, - [ - kde_cv_path="NONE" - kde_save_IFS=$IFS - IFS=':' - dirs="" - for dir in $PATH; do - dirs="$dirs $dir" - done - if test -z "$6"; then dnl Append dirs in PATH (default) - dirs="$3 $dirs" - else dnl Prepend dirs in PATH (if 6th arg is set) - dirs="$dirs $3" - fi - IFS=$kde_save_IFS - - for dir in $dirs; do - if test -x "$dir/$1"; then - if test -n "$5" - then - evalstr="$dir/$1 $5 2>&1 " - if eval $evalstr; then - kde_cv_path="$dir/$1" - break - fi - else - kde_cv_path="$dir/$1" - break - fi - fi - done - - eval "kde_cv_path_$kde_cache=$kde_cv_path" - - ]) - - eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" - - fi - - if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then - AC_MSG_RESULT(not found) - $4 - else - AC_MSG_RESULT($kde_cv_path) - $2=$kde_cv_path - - fi -]) - -AC_DEFUN([KDE_MOC_ERROR_MESSAGE], -[ - AC_MSG_ERROR([No Qt meta object compiler (moc) found! -Please check whether you installed Qt correctly. -You need to have a running moc binary. -configure tried to run $ac_cv_path_moc and the test didn't -succeed. If configure shouldn't have tried this one, set -the environment variable MOC to the right one before running -configure. -]) -]) - -AC_DEFUN([KDE_UIC_ERROR_MESSAGE], -[ - AC_MSG_WARN([No Qt ui compiler (uic) found! -Please check whether you installed Qt correctly. -You need to have a running uic binary. -configure tried to run $ac_cv_path_uic and the test didn't -succeed. If configure shouldn't have tried this one, set -the environment variable UIC to the right one before running -configure. -]) -]) - - -AC_DEFUN([KDE_CHECK_UIC_FLAG], -[ - AC_MSG_CHECKING([whether uic supports -$1 ]) - kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'` - AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache, - [ - cat >conftest.ui <<EOT - <!DOCTYPE UI><UI version="3" stdsetdef="1"></UI> -EOT - ac_uic_testrun="$UIC_PATH -$1 $2 conftest.ui >/dev/null" - if AC_TRY_EVAL(ac_uic_testrun); then - eval "kde_cv_prog_uic_$kde_cache=yes" - else - eval "kde_cv_prog_uic_$kde_cache=no" - fi - rm -f conftest* - ]) - - if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then - AC_MSG_RESULT([yes]) - : - $3 - else - AC_MSG_RESULT([no]) - : - $4 - fi -]) - - -dnl ------------------------------------------------------------------------ -dnl Find the meta object compiler and the ui compiler in the PATH, -dnl in $QTDIR/bin, and some more usual places -dnl ------------------------------------------------------------------------ -dnl -AC_DEFUN([AC_PATH_QT_MOC_UIC], -[ - AC_REQUIRE([KDE_CHECK_PERL]) - qt_bindirs="" - for dir in $kde_qt_dirs; do - qt_bindirs="$qt_bindirs $dir/bin $dir/src/moc" - done - qt_bindirs="$qt_bindirs /usr/bin /usr/X11R6/bin /usr/local/qt/bin" - if test ! "$ac_qt_bindir" = "NO"; then - qt_bindirs="$ac_qt_bindir $qt_bindirs" - fi - - KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE]) - if test -z "$UIC_NOT_NEEDED"; then - KDE_FIND_PATH(uic, UIC_PATH, [$qt_bindirs], [UIC_PATH=""]) - if test -z "$UIC_PATH" ; then - KDE_UIC_ERROR_MESSAGE - exit 1 - else - UIC=$UIC_PATH - - if test $kde_qtver = 3; then - KDE_CHECK_UIC_FLAG(L,[/nonexistent],ac_uic_supports_libpath=yes,ac_uic_supports_libpath=no) - KDE_CHECK_UIC_FLAG(nounload,,ac_uic_supports_nounload=yes,ac_uic_supports_nounload=no) - - if test x$ac_uic_supports_libpath = xyes; then - UIC="$UIC -L \$(kde_widgetdir)" - fi - if test x$ac_uic_supports_nounload = xyes; then - UIC="$UIC -nounload" - fi - fi - fi - else - UIC="echo uic not available: " - fi - - AC_SUBST(MOC) - AC_SUBST(UIC) - - UIC_TR="i18n" - if test $kde_qtver = 3; then - UIC_TR="tr2i18n" - fi - - AC_SUBST(UIC_TR) -]) - -AC_DEFUN([KDE_1_CHECK_PATHS], -[ - KDE_1_CHECK_PATH_HEADERS - - KDE_TEST_RPATH= - - if test -n "$USE_RPATH"; then - - if test -n "$kde_libraries"; then - KDE_TEST_RPATH="-R $kde_libraries" - fi - - if test -n "$qt_libraries"; then - KDE_TEST_RPATH="$KDE_TEST_RPATH -R $qt_libraries" - fi - - if test -n "$x_libraries"; then - KDE_TEST_RPATH="$KDE_TEST_RPATH -R $x_libraries" - fi - - KDE_TEST_RPATH="$KDE_TEST_RPATH $KDE_EXTRA_RPATH" - fi - -AC_MSG_CHECKING([for KDE libraries installed]) -ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5' - -if AC_TRY_EVAL(ac_link) && test -s conftest; then - AC_MSG_RESULT(yes) -else - AC_MSG_ERROR([your system fails at linking a small KDE application! -Check, if your compiler is installed correctly and if you have used the -same compiler to compile Qt and kdelibs as you did use now. -For more details about this problem, look at the end of config.log.]) -fi - -if eval `KDEDIR= ./conftest 2>&5`; then - kde_result=done -else - kde_result=problems -fi - -KDEDIR= ./conftest 2> /dev/null >&5 # make an echo for config.log -kde_have_all_paths=yes - -KDE_SET_PATHS($kde_result) - -]) - -AC_DEFUN([KDE_SET_PATHS], -[ - kde_cv_all_paths="kde_have_all_paths=\"yes\" \ - kde_htmldir=\"$kde_htmldir\" \ - kde_appsdir=\"$kde_appsdir\" \ - kde_icondir=\"$kde_icondir\" \ - kde_sounddir=\"$kde_sounddir\" \ - kde_datadir=\"$kde_datadir\" \ - kde_locale=\"$kde_locale\" \ - kde_cgidir=\"$kde_cgidir\" \ - kde_confdir=\"$kde_confdir\" \ - kde_kcfgdir=\"$kde_kcfgdir\" \ - kde_mimedir=\"$kde_mimedir\" \ - kde_toolbardir=\"$kde_toolbardir\" \ - kde_wallpaperdir=\"$kde_wallpaperdir\" \ - kde_templatesdir=\"$kde_templatesdir\" \ - kde_bindir=\"$kde_bindir\" \ - kde_servicesdir=\"$kde_servicesdir\" \ - kde_servicetypesdir=\"$kde_servicetypesdir\" \ - kde_moduledir=\"$kde_moduledir\" \ - kde_styledir=\"$kde_styledir\" \ - kde_widgetdir=\"$kde_widgetdir\" \ - xdg_appsdir=\"$xdg_appsdir\" \ - xdg_menudir=\"$xdg_menudir\" \ - xdg_directorydir=\"$xdg_directorydir\" \ - kde_result=$1" -]) - -AC_DEFUN([KDE_SET_DEFAULT_PATHS], -[ -if test "$1" = "default"; then - - if test -z "$kde_htmldir"; then - if test -f /etc/debian_version; then - if dpkg -s kdelibs4 | grep Status | grep not-installed 2>&1 >/dev/null; then - kde_htmldir='\${prefix}/share/doc/HTML'; - else - kde_htmldir='\${prefix}/share/doc/kde/HTML' - fi - else - kde_htmldir='\${prefix}/share/doc/HTML' - fi - fi - - if test -z "$kde_appsdir"; then - kde_appsdir='\${datadir}/applnk' - fi - if test -z "$kde_icondir"; then - kde_icondir='\${datadir}/icons' - fi - if test -z "$kde_sounddir"; then - kde_sounddir='\${datadir}/sounds' - fi - if test -z "$kde_datadir"; then - kde_datadir='\${datadir}/apps' - fi - if test -z "$kde_locale"; then - kde_locale='\${datadir}/locale' - fi - if test -z "$kde_cgidir"; then - kde_cgidir='\${exec_prefix}/cgi-bin' - fi - if test -z "$kde_confdir"; then - kde_confdir='\${datadir}/config' - fi - if test -z "$kde_kcfgdir"; then - kde_kcfgdir='\${datadir}/config.kcfg' - fi - if test -z "$kde_mimedir"; then - kde_mimedir='\${datadir}/mimelnk' - fi - if test -z "$kde_toolbardir"; then - kde_toolbardir='\${datadir}/toolbar' - fi - if test -z "$kde_wallpaperdir"; then - kde_wallpaperdir='\${datadir}/wallpapers' - fi - if test -z "$kde_templatesdir"; then - kde_templatesdir='\${datadir}/templates' - fi - if test -z "$kde_bindir"; then - kde_bindir='\${exec_prefix}/bin' - fi - if test -z "$kde_servicesdir"; then - kde_servicesdir='\${datadir}/services' - fi - if test -z "$kde_servicetypesdir"; then - kde_servicetypesdir='\${datadir}/servicetypes' - fi - if test -z "$kde_moduledir"; then - if test "$kde_qtver" = "2"; then - kde_moduledir='\${libdir}/kde2' - else - kde_moduledir='\${libdir}/kde3' - fi - fi - if test -z "$kde_styledir"; then - kde_styledir='\${libdir}/kde3/plugins/styles' - fi - if test -z "$kde_widgetdir"; then - kde_widgetdir='\${libdir}/kde3/plugins/designer' - fi - if test -z "$xdg_appsdir"; then - xdg_appsdir='\${datadir}/applications/kde' - fi - if test -z "$xdg_menudir"; then - xdg_menudir='\${sysconfdir}/xdg/menus' - fi - if test -z "$xdg_directorydir"; then - xdg_directorydir='\${datadir}/desktop-directories' - fi - - KDE_SET_PATHS(defaults) - -else - - if test $kde_qtver = 1; then - AC_MSG_RESULT([compiling]) - KDE_1_CHECK_PATHS - else - AC_MSG_ERROR([path checking not yet supported for KDE 2]) - fi - -fi -]) - -AC_DEFUN([KDE_CHECK_PATHS_FOR_COMPLETENESS], -[ if test -z "$kde_htmldir" || test -z "$kde_appsdir" || - test -z "$kde_icondir" || test -z "$kde_sounddir" || - test -z "$kde_datadir" || test -z "$kde_locale" || - test -z "$kde_cgidir" || test -z "$kde_confdir" || - test -z "$kde_kcfgdir" || - test -z "$kde_mimedir" || test -z "$kde_toolbardir" || - test -z "$kde_wallpaperdir" || test -z "$kde_templatesdir" || - test -z "$kde_bindir" || test -z "$kde_servicesdir" || - test -z "$kde_servicetypesdir" || test -z "$kde_moduledir" || - test -z "$kde_styledir" || test -z "kde_widgetdir" || - test -z "$xdg_appsdir" || test -z "$xdg_menudir" || test -z "$xdg_directorydir" || - test "x$kde_have_all_paths" != "xyes"; then - kde_have_all_paths=no - fi -]) - -AC_DEFUN([KDE_MISSING_PROG_ERROR], -[ - AC_MSG_ERROR([The important program $1 was not found! -Please check whether you installed KDE correctly. -]) -]) - -AC_DEFUN([KDE_MISSING_ARTS_ERROR], -[ - AC_MSG_ERROR([The important program $1 was not found! -Please check whether you installed aRts correctly or use ---without-arts to compile without aRts support (this will remove functionality). -]) -]) - -AC_DEFUN([KDE_SET_DEFAULT_BINDIRS], -[ - kde_default_bindirs="/usr/bin /usr/local/bin /opt/local/bin /usr/X11R6/bin /opt/kde/bin /opt/kde3/bin /usr/kde/bin /usr/local/kde/bin" - test -n "$KDEDIR" && kde_default_bindirs="$KDEDIR/bin $kde_default_bindirs" - if test -n "$KDEDIRS"; then - kde_save_IFS=$IFS - IFS=: - for dir in $KDEDIRS; do - kde_default_bindirs="$dir/bin $kde_default_bindirs " - done - IFS=$kde_save_IFS - fi -]) - -AC_DEFUN([KDE_SUBST_PROGRAMS], -[ - AC_ARG_WITH(arts, - AC_HELP_STRING([--without-arts],[build without aRts [default=no]]), - [build_arts=$withval], - [build_arts=yes] - ) - AM_CONDITIONAL(include_ARTS, test "$build_arts" '!=' "no") - if test "$build_arts" = "no"; then - AC_DEFINE(WITHOUT_ARTS, 1, [Defined if compiling without arts]) - fi - - KDE_SET_DEFAULT_BINDIRS - kde_default_bindirs="$exec_prefix/bin $prefix/bin $kde_libs_prefix/bin $kde_default_bindirs" - KDE_FIND_PATH(dcopidl, DCOPIDL, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl)]) - KDE_FIND_PATH(dcopidl2cpp, DCOPIDL2CPP, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidl2cpp)]) - if test "$build_arts" '!=' "no"; then - KDE_FIND_PATH(mcopidl, MCOPIDL, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(mcopidl)]) - KDE_FIND_PATH(artsc-config, ARTSCCONFIG, [$kde_default_bindirs], [KDE_MISSING_ARTS_ERROR(artsc-config)]) - fi - KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs]) - - kde32ornewer=1 - kde33ornewer=1 - if test -n "$kde_qtver" && test "$kde_qtver" -lt 3; then - kde32ornewer= - kde33ornewer= - else - if test "$kde_qtver" = "3"; then - if test "$kde_qtsubver" -le 1; then - kde32ornewer= - fi - if test "$kde_qtsubver" -le 2; then - kde33ornewer= - fi - if test "$KDECONFIG" != "compiled"; then - if test `$KDECONFIG --version | grep KDE | sed 's/KDE: \(...\).*/\1/'` = 3.2; then - kde33ornewer= - fi - fi - fi - fi - - if test -n "$kde32ornewer"; then - KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)]) - KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) - fi - if test -n "$kde33ornewer"; then - KDE_FIND_PATH(makekdewidgets, MAKEKDEWIDGETS, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(makekdewidgets)]) - AC_SUBST(MAKEKDEWIDGETS) - fi - KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) - - if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then - kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share" - test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs" - AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) - if test "$KDE_XSL_STYLESHEET" = "NO"; then - KDE_XSL_STYLESHEET="" - else - KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl" - fi - fi - - DCOP_DEPENDENCIES='$(DCOPIDL)' - if test -n "$kde32ornewer"; then - KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)' - DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)' - AC_SUBST(KCONFIG_COMPILER) - AC_SUBST(KCFG_DEPENDENCIES) - AC_SUBST(DCOPIDLNG) - fi - AC_SUBST(DCOPIDL) - AC_SUBST(DCOPIDL2CPP) - AC_SUBST(DCOP_DEPENDENCIES) - AC_SUBST(MCOPIDL) - AC_SUBST(ARTSCCONFIG) - AC_SUBST(MEINPROC) - AC_SUBST(KDE_XSL_STYLESHEET) - AC_SUBST(XMLLINT) -])dnl - -AC_DEFUN([AC_CREATE_KFSSTND], -[ -AC_REQUIRE([AC_CHECK_RPATH]) - -AC_MSG_CHECKING([for KDE paths]) -kde_result="" -kde_cached_paths=yes -AC_CACHE_VAL(kde_cv_all_paths, -[ - KDE_SET_DEFAULT_PATHS($1) - kde_cached_paths=no -]) -eval "$kde_cv_all_paths" -KDE_CHECK_PATHS_FOR_COMPLETENESS -if test "$kde_have_all_paths" = "no" && test "$kde_cached_paths" = "yes"; then - # wrong values were cached, may be, we can set better ones - kde_result= - kde_htmldir= kde_appsdir= kde_icondir= kde_sounddir= - kde_datadir= kde_locale= kde_cgidir= kde_confdir= kde_kcfgdir= - kde_mimedir= kde_toolbardir= kde_wallpaperdir= kde_templatesdir= - kde_bindir= kde_servicesdir= kde_servicetypesdir= kde_moduledir= - kde_have_all_paths= - kde_styledir= - kde_widgetdir= - xdg_appsdir = xdg_menudir= xdg_directorydir= - KDE_SET_DEFAULT_PATHS($1) - eval "$kde_cv_all_paths" - KDE_CHECK_PATHS_FOR_COMPLETENESS - kde_result="$kde_result (cache overridden)" -fi -if test "$kde_have_all_paths" = "no"; then - AC_MSG_ERROR([configure could not run a little KDE program to test the environment. -Since it had compiled and linked before, it must be a strange problem on your system. -Look at config.log for details. If you are not able to fix this, look at -http://www.kde.org/faq/installation.html or any www.kde.org mirror. -(If you're using an egcs version on Linux, you may update binutils!) -]) -else - rm -f conftest* - AC_MSG_RESULT($kde_result) -fi - -bindir=$kde_bindir - -KDE_SUBST_PROGRAMS - -]) - -AC_DEFUN([AC_SUBST_KFSSTND], -[ -AC_SUBST(kde_htmldir) -AC_SUBST(kde_appsdir) -AC_SUBST(kde_icondir) -AC_SUBST(kde_sounddir) -AC_SUBST(kde_datadir) -AC_SUBST(kde_locale) -AC_SUBST(kde_confdir) -AC_SUBST(kde_kcfgdir) -AC_SUBST(kde_mimedir) -AC_SUBST(kde_wallpaperdir) -AC_SUBST(kde_bindir) -dnl X Desktop Group standards -AC_SUBST(xdg_appsdir) -AC_SUBST(xdg_menudir) -AC_SUBST(xdg_directorydir) -dnl for KDE 2 -AC_SUBST(kde_templatesdir) -AC_SUBST(kde_servicesdir) -AC_SUBST(kde_servicetypesdir) -AC_SUBST(kde_moduledir) -AC_SUBST(kdeinitdir, '$(kde_moduledir)') -AC_SUBST(kde_styledir) -AC_SUBST(kde_widgetdir) -if test "$kde_qtver" = 1; then - kde_minidir="$kde_icondir/mini" -else -# for KDE 1 - this breaks KDE2 apps using minidir, but -# that's the plan ;-/ - kde_minidir="/dev/null" -fi -dnl AC_SUBST(kde_minidir) -dnl AC_SUBST(kde_cgidir) -dnl AC_SUBST(kde_toolbardir) -]) - -AC_DEFUN([KDE_MISC_TESTS], -[ - dnl Checks for libraries. - AC_CHECK_LIB(util, main, [LIBUTIL="-lutil"]) dnl for *BSD - AC_SUBST(LIBUTIL) - AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD - AC_SUBST(LIBCOMPAT) - kde_have_crypt= - AC_CHECK_LIB(crypt, crypt, [LIBCRYPT="-lcrypt"; kde_have_crypt=yes], - AC_CHECK_LIB(c, crypt, [kde_have_crypt=yes], [ - AC_MSG_WARN([you have no crypt in either libcrypt or libc. -You should install libcrypt from another source or configure with PAM -support]) - kde_have_crypt=no - ])) - AC_SUBST(LIBCRYPT) - if test $kde_have_crypt = yes; then - AC_DEFINE_UNQUOTED(HAVE_CRYPT, 1, [Defines if your system has the crypt function]) - fi - AC_CHECK_SOCKLEN_T - AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"]) - if test $ac_cv_lib_dnet_dnet_ntoa = no; then - AC_CHECK_LIB(dnet_stub, dnet_ntoa, - [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"]) - fi - AC_CHECK_FUNC(inet_ntoa) - if test $ac_cv_func_inet_ntoa = no; then - AC_CHECK_LIB(nsl, inet_ntoa, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl") - fi - AC_CHECK_FUNC(connect) - if test $ac_cv_func_connect = no; then - AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", , - $X_EXTRA_LIBS) - fi - - AC_CHECK_FUNC(remove) - if test $ac_cv_func_remove = no; then - AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix") - fi - - # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. - AC_CHECK_FUNC(shmat, , - AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc")) - - # more headers that need to be explicitly included on darwin - AC_CHECK_HEADERS(sys/types.h stdint.h) - - # sys/bitypes.h is needed for uint32_t and friends on Tru64 - AC_CHECK_HEADERS(sys/bitypes.h) - - # darwin requires a poll emulation library - AC_CHECK_LIB(poll, poll, LIB_POLL="-lpoll") - - # for some image handling on Mac OS X - AC_CHECK_HEADERS(Carbon/Carbon.h) - - # CoreAudio framework - AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [ - AC_DEFINE(HAVE_COREAUDIO, 1, [Define if you have the CoreAudio API]) - FRAMEWORK_COREAUDIO="-Xlinker -framework -Xlinker CoreAudio" - ]) - - AC_CHECK_RES_INIT - AC_SUBST(LIB_POLL) - AC_SUBST(FRAMEWORK_COREAUDIO) - LIBSOCKET="$X_EXTRA_LIBS" - AC_SUBST(LIBSOCKET) - AC_SUBST(X_EXTRA_LIBS) - AC_CHECK_LIB(ucb, killpg, [LIBUCB="-lucb"]) dnl for Solaris2.4 - AC_SUBST(LIBUCB) - - case $host in dnl this *is* LynxOS specific - *-*-lynxos* ) - AC_MSG_CHECKING([LynxOS header file wrappers]) - [CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"] - AC_MSG_RESULT(disabled) - AC_CHECK_LIB(bsd, gethostbyname, [LIBSOCKET="-lbsd"]) dnl for LynxOS - ;; - esac - - KDE_CHECK_TYPES - KDE_CHECK_LIBDL - KDE_CHECK_STRLCPY - KDE_CHECK_PIE_SUPPORT - -# darwin needs this to initialize the environment -AC_CHECK_HEADERS(crt_externs.h) -AC_CHECK_FUNC(_NSGetEnviron, [AC_DEFINE(HAVE_NSGETENVIRON, 1, [Define if your system needs _NSGetEnviron to set up the environment])]) - -AH_VERBATIM(_DARWIN_ENVIRON, -[ -#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) -# include <sys/time.h> -# include <crt_externs.h> -# define environ (*_NSGetEnviron()) -#endif -]) - -AH_VERBATIM(_AIX_STRINGS_H_BZERO, -[ -/* - * AIX defines FD_SET in terms of bzero, but fails to include <strings.h> - * that defines bzero. - */ - -#if defined(_AIX) -#include <strings.h> -#endif -]) - -AC_CHECK_FUNCS([vsnprintf snprintf]) - -AH_VERBATIM(_TRU64,[ -/* - * On HP-UX, the declaration of vsnprintf() is needed every time ! - */ - -#if !defined(HAVE_VSNPRINTF) || defined(hpux) -#if __STDC__ -#include <stdarg.h> -#include <stdlib.h> -#else -#include <varargs.h> -#endif -#ifdef __cplusplus -extern "C" -#endif -int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); -#ifdef __cplusplus -extern "C" -#endif -int snprintf(char *str, size_t n, char const *fmt, ...); -#endif -]) - -]) - -dnl ------------------------------------------------------------------------ -dnl Find the header files and libraries for X-Windows. Extended the -dnl macro AC_PATH_X -dnl ------------------------------------------------------------------------ -dnl -AC_DEFUN([K_PATH_X], -[ -AC_REQUIRE([KDE_MISC_TESTS])dnl -AC_REQUIRE([KDE_CHECK_LIB64]) - -AC_ARG_ENABLE( - embedded, - AC_HELP_STRING([--enable-embedded],[link to Qt-embedded, don't use X]), - kde_use_qt_emb=$enableval, - kde_use_qt_emb=no -) - -AC_ARG_ENABLE( - qtopia, - AC_HELP_STRING([--enable-qtopia],[link to Qt-embedded, link to the Qtopia Environment]), - kde_use_qt_emb_palm=$enableval, - kde_use_qt_emb_palm=no -) - -AC_ARG_ENABLE( - mac, - AC_HELP_STRING([--enable-mac],[link to Qt/Mac (don't use X)]), - kde_use_qt_mac=$enableval, - kde_use_qt_mac=no -) - -# used to disable x11-specific stuff on special platforms -AM_CONDITIONAL(include_x11, test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no") - -if test "$kde_use_qt_emb" = "no" && test "$kde_use_qt_mac" = "no"; then - -AC_MSG_CHECKING(for X) - -AC_CACHE_VAL(kde_cv_have_x, -[# One or both of the vars are not set, and there is no cached value. -if test "{$x_includes+set}" = set || test "$x_includes" = NONE; then - kde_x_includes=NO -else - kde_x_includes=$x_includes -fi -if test "{$x_libraries+set}" = set || test "$x_libraries" = NONE; then - kde_x_libraries=NO -else - kde_x_libraries=$x_libraries -fi - -# below we use the standard autoconf calls -ac_x_libraries=$kde_x_libraries -ac_x_includes=$kde_x_includes - -KDE_PATH_X_DIRECT -dnl AC_PATH_X_XMKMF picks /usr/lib as the path for the X libraries. -dnl Unfortunately, if compiling with the N32 ABI, this is not the correct -dnl location. The correct location is /usr/lib32 or an undefined value -dnl (the linker is smart enough to pick the correct default library). -dnl Things work just fine if you use just AC_PATH_X_DIRECT. -dnl Solaris has a similar problem. AC_PATH_X_XMKMF forces x_includes to -dnl /usr/openwin/include, which doesn't work. /usr/include does work, so -dnl x_includes should be left alone. -case "$host" in -mips-sgi-irix6*) - ;; -*-*-solaris*) - ;; -*) - _AC_PATH_X_XMKMF - if test -z "$ac_x_includes"; then - ac_x_includes="." - fi - if test -z "$ac_x_libraries"; then - ac_x_libraries="/usr/lib${kdelibsuff}" - fi -esac -#from now on we use our own again - -# when the user already gave --x-includes, we ignore -# what the standard autoconf macros told us. -if test "$kde_x_includes" = NO; then - kde_x_includes=$ac_x_includes -fi - -# for --x-libraries too -if test "$kde_x_libraries" = NO; then - kde_x_libraries=$ac_x_libraries -fi - -if test "$kde_x_includes" = NO; then - AC_MSG_ERROR([Can't find X includes. Please check your installation and add the correct paths!]) -fi - -if test "$kde_x_libraries" = NO; then - AC_MSG_ERROR([Can't find X libraries. Please check your installation and add the correct paths!]) -fi - -# Record where we found X for the cache. -kde_cv_have_x="have_x=yes \ - kde_x_includes=$kde_x_includes kde_x_libraries=$kde_x_libraries" -])dnl - -eval "$kde_cv_have_x" - -if test "$have_x" != yes; then - AC_MSG_RESULT($have_x) - no_x=yes -else - AC_MSG_RESULT([libraries $kde_x_libraries, headers $kde_x_includes]) -fi - -if test -z "$kde_x_includes" || test "x$kde_x_includes" = xNONE; then - X_INCLUDES="... [truncated message content] |
From: <dio...@us...> - 2007-10-17 09:03:58
|
Revision: 159 http://pikloops.svn.sourceforge.net/pikloops/?rev=159&view=rev Author: dionysos-sf Date: 2007-10-17 02:04:00 -0700 (Wed, 17 Oct 2007) Log Message: ----------- No configure in svn Removed Paths: ------------- prog/trunk/configure Deleted: prog/trunk/configure =================================================================== --- prog/trunk/configure 2007-10-17 09:01:37 UTC (rev 158) +++ prog/trunk/configure 2007-10-17 09:04:00 UTC (rev 159) @@ -1,34072 +0,0 @@ -#! /bin/sh -# Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59. -# -# Copyright (C) 2003 Free Software Foundation, Inc. -# This configure script is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. -## --------------------- ## -## M4sh Initialization. ## -## --------------------- ## - -# Be Bourne compatible -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then - set -o posix -fi -DUALCASE=1; export DUALCASE # for MKS sh - -# Support unset when possible. -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false -fi - - -# Work around bugs in pre-3.0 UWIN ksh. -$as_unset ENV MAIL MAILPATH -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - $as_unset $as_var - fi -done - -# Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - - -# Name of the executable. -as_me=`$as_basename "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)$' \| \ - . : '\(.\)' 2>/dev/null || -echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } - /^X\/\(\/\/\)$/{ s//\1/; q; } - /^X\/\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - - -# PATH needs CR, and LINENO needs CR and PATH. -# Avoid depending upon Character Ranges. -as_cr_letters='abcdefghijklmnopqrstuvwxyz' -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' -as_cr_Letters=$as_cr_letters$as_cr_LETTERS -as_cr_digits='0123456789' -as_cr_alnum=$as_cr_Letters$as_cr_digits - -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi - - - as_lineno_1=$LINENO - as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" || { - # Find who we are. Look in the path if we contain no path at all - # relative or not. - case $0 in - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break -done - - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then - { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 - { (exit 1); exit 1; }; } - fi - case $CONFIG_SHELL in - '') - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for as_base in sh bash ksh sh5; do - case $as_dir in - /*) - if ("$as_dir/$as_base" -c ' - as_lineno_1=$LINENO - as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } - CONFIG_SHELL=$as_dir/$as_base - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$0" ${1+"$@"} - fi;; - esac - done -done -;; - esac - - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO - # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line before each line; the second 'sed' does the real - # work. The second script uses 'N' to pair each line-number line - # with the numbered line, and appends trailing '-' during - # substitution so that $LINENO is not a special case at line end. - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) - sed '=' <$as_myself | - sed ' - N - s,$,-, - : loop - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, - t loop - s,-$,, - s,^['$as_cr_digits']*\n,, - ' >$as_me.lineno && - chmod +x $as_me.lineno || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems - # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensible to this). - . ./$as_me.lineno - # Exit status is that of the last command. - exit -} - - -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in - *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T=' ' ;; - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; -esac - -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - -rm -f conf$$ conf$$.exe conf$$.file -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - # We could just check for DJGPP; but this test a) works b) is more generic - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). - if test -f conf$$.exe; then - # Don't use ln at all; we don't have any links - as_ln_s='cp -p' - else - as_ln_s='ln -s' - fi -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln -else - as_ln_s='cp -p' -fi -rm -f conf$$ conf$$.exe conf$$.file - -if mkdir -p . 2>/dev/null; then - as_mkdir_p=: -else - test -d ./-p && rmdir ./-p - as_mkdir_p=false -fi - -as_executable_p="test -f" - -# Sed expression to map a string onto a valid CPP name. -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" - -# Sed expression to map a string onto a valid variable name. -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" $as_nl" - -# CDPATH. -$as_unset CDPATH - - - -# Check that we are running under the correct shell. -SHELL=${CONFIG_SHELL-/bin/sh} - -case X$ECHO in -X*--fallback-echo) - # Remove one level of quotation (which was required for Make). - ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` - ;; -esac - -echo=${ECHO-echo} -if test "X$1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift -elif test "X$1" = X--fallback-echo; then - # Avoid inline document here, it may be left over - : -elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then - # Yippee, $echo works! - : -else - # Restart under the correct shell. - exec $SHELL "$0" --no-reexec ${1+"$@"} -fi - -if test "X$1" = X--fallback-echo; then - # used as fallback echo - shift - cat <<EOF -$* -EOF - exit 0 -fi - -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi - -if test -z "$ECHO"; then -if test "X${echo_test_string+set}" != Xset; then -# find a string as large as possible, as long as the shell can cope with it - for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do - # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... - if (echo_test_string="`eval $cmd`") 2>/dev/null && - echo_test_string="`eval $cmd`" && - (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null - then - break - fi - done -fi - -if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && - echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - : -else - # The Solaris, AIX, and Digital Unix default echo programs unquote - # backslashes. This makes it impossible to quote backslashes using - # echo "$something" | sed 's/\\/\\\\/g' - # - # So, first we look for a working echo in the user's PATH. - - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for dir in $PATH /usr/ucb; do - IFS="$lt_save_ifs" - if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && - test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && - echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - echo="$dir/echo" - break - fi - done - IFS="$lt_save_ifs" - - if test "X$echo" = Xecho; then - # We didn't find a better echo, so look for alternatives. - if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && - echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # This shell has a builtin print -r that does the trick. - echo='print -r' - elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && - test "X$CONFIG_SHELL" != X/bin/ksh; then - # If we have ksh, try running configure again with it. - ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} - export ORIGINAL_CONFIG_SHELL - CONFIG_SHELL=/bin/ksh - export CONFIG_SHELL - exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} - else - # Try using printf. - echo='printf %s\n' - if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && - echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # Cool, printf works - : - elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL - export CONFIG_SHELL - SHELL="$CONFIG_SHELL" - export SHELL - echo="$CONFIG_SHELL $0 --fallback-echo" - elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - echo="$CONFIG_SHELL $0 --fallback-echo" - else - # maybe with a smaller string... - prev=: - - for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do - if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null - then - break - fi - prev="$cmd" - done - - if test "$prev" != 'sed 50q "$0"'; then - echo_test_string=`eval $prev` - export echo_test_string - exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} - else - # Oops. We lost completely, so just stick with echo. - echo=echo - fi - fi - fi - fi -fi -fi - -# Copy echo and quote the copy suitably for passing to libtool from -# the Makefile, instead of quoting the original, which is used later. -ECHO=$echo -if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then - ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" -fi - - - - -tagnames=${tagnames+${tagnames},}CXX - -tagnames=${tagnames+${tagnames},}F77 - -# Name of the host. -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, -# so uname gets run too. -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` - -exec 6>&1 - -# -# Initializations. -# -ac_default_prefix=/usr/local -ac_config_libobj_dir=. -cross_compiling=no -subdirs= -MFLAGS= -MAKEFLAGS= -SHELL=${CONFIG_SHELL-/bin/sh} - -# Maximum number of lines to put in a shell here document. -# This variable seems obsolete. It should probably be removed, and -# only ac_max_sed_lines should be used. -: ${ac_max_here_lines=38} - -# Identity of this package. -PACKAGE_NAME= -PACKAGE_TARNAME= -PACKAGE_VERSION= -PACKAGE_STRING= -PACKAGE_BUGREPORT= - -ac_unique_file="acinclude.m4" -ac_default_prefix=${KDEDIR:-the kde prefix} -# Factoring default headers for most tests. -ac_includes_default="\ -#include <stdio.h> -#if HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif -#if HAVE_SYS_STAT_H -# include <sys/stat.h> -#endif -#if STDC_HEADERS -# include <stdlib.h> -# include <stddef.h> -#else -# if HAVE_STDLIB_H -# include <stdlib.h> -# endif -#endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include <memory.h> -# endif -# include <string.h> -#endif -#if HAVE_STRINGS_H -# include <strings.h> -#endif -#if HAVE_INTTYPES_H -# include <inttypes.h> -#else -# if HAVE_STDINT_H -# include <stdint.h> -# endif -#endif -#if HAVE_UNISTD_H -# include <unistd.h> -#endif" - -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar KDECONFIG kde_libs_prefix kde_libs_htmldir CONF_FILES CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE WOVERLOADED_VIRTUAL HAVE_GCC_VISIBILITY unsermake_enable_pch_TRUE unsermake_enable_pch_FALSE USE_EXCEPTIONS USE_RTTI CXXCPP NOOPT_CXXFLAGS NOOPT_CFLAGS ENABLE_PERMISSIVE_FLAG LDFLAGS_AS_NEEDED LDFLAGS_NEW_DTAGS KDE_USE_FINAL_TRUE KDE_USE_FINAL_FALSE KDE_USE_CLOSURE_TRUE KDE_USE_CLOSURE_FALSE KDE_NO_UNDEFINED KDE_USE_NMCHECK_TRUE KDE_USE_NMCHECK_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB F77 FFLAGS ac_ct_F77 LIBTOOL KDE_PLUGIN KDE_CHECK_PLUGIN MSGFMT GMSGFMT XGETTEXT LIBUTIL LIBCOMPAT LIBCRYPT LIBRESOLV LIB_POLL FRAMEWORK_COREAUDIO LIBSOCKET X_EXTRA_LIBS LIBUCB LIBDL KDE_USE_FPIE KDE_USE_PIE include_x11_TRUE include_x11_FALSE X_PRE_LIBS LIB_X11 LIB_XRENDER LIBSM X_INCLUDES X_LDFLAGS x_includes x_libraries QTE_NORTTI LIB_XEXT LIBPTHREAD USE_THREADS KDE_MT_LDFLAGS KDE_MT_LIBS USER_INCLUDES USER_LDFLAGS LIBZ LIBPNG LIBJPEG qt_libraries qt_includes QT_INCLUDES QT_LDFLAGS PERL MOC UIC UIC_TR LIB_QT LIB_QPE kde_qtver KDE_EXTRA_RPATH KDE_RPATH X_RPATH kde_libraries kde_includes KDE_LDFLAGS KDE_INCLUDES all_includes all_libraries AUTODIRS include_ARTS_TRUE include_ARTS_FALSE MAKEKDEWIDGETS KCONFIG_COMPILER KCFG_DEPENDENCIES DCOPIDLNG DCOPIDL DCOPIDL2CPP DCOP_DEPENDENCIES MCOPIDL ARTSCCONFIG MEINPROC KDE_XSL_STYLESHEET XMLLINT kde_htmldir kde_appsdir kde_icondir kde_sounddir kde_datadir kde_locale kde_confdir kde_kcfgdir kde_mimedir kde_wallpaperdir kde_bindir xdg_appsdir xdg_menudir xdg_directorydir kde_templatesdir kde_servicesdir kde_servicetypesdir kde_moduledir kdeinitdir kde_styledir kde_widgetdir LIB_KDED LIB_KDECORE LIB_KDEUI LIB_KIO LIB_KJS LIB_SMB LIB_KAB LIB_KABC LIB_KHTML LIB_KSPELL LIB_KPARTS LIB_KDEPRINT LIB_KUTILS LIB_KDEPIM LIB_KIMPROXY LIB_KNEWSTUFF LIB_KDNSSD LIB_KUNITTEST LIB_KSYCOCA LIB_KFILE LIB_KFM TOPSUBDIRS LIBOBJS LTLIBOBJS' -ac_subst_files='' - -# Initialize some variables set by options. -ac_init_help= -ac_init_version=false -# The variables have the same names as the options, with -# dashes changed to underlines. -cache_file=/dev/null -exec_prefix=NONE -no_create= -no_recursion= -prefix=NONE -program_prefix=NONE -program_suffix=NONE -program_transform_name=s,x,x, -silent= -site= -srcdir= -verbose= -x_includes=NONE -x_libraries=NONE - -# Installation directory options. -# These are left unexpanded so users can "make install exec_prefix=/foo" -# and all the variables that are supposed to be based on exec_prefix -# by default will actually change. -# Use braces instead of parens because sh, perl, etc. also accept them. -bindir='${exec_prefix}/bin' -sbindir='${exec_prefix}/sbin' -libexecdir='${exec_prefix}/libexec' -datadir='${prefix}/share' -sysconfdir='${prefix}/etc' -sharedstatedir='${prefix}/com' -localstatedir='${prefix}/var' -libdir='${exec_prefix}/lib' -includedir='${prefix}/include' -oldincludedir='/usr/include' -infodir='${prefix}/info' -mandir='${prefix}/man' - -ac_prev= -for ac_option -do - # If the previous option needs an argument, assign it. - if test -n "$ac_prev"; then - eval "$ac_prev=\$ac_option" - ac_prev= - continue - fi - - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` - - # Accept the important Cygnus configure options, so we can diagnose typos. - - case $ac_option in - - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) - bindir=$ac_optarg ;; - - -build | --build | --buil | --bui | --bu) - ac_prev=build_alias ;; - -build=* | --build=* | --buil=* | --bui=* | --bu=*) - build_alias=$ac_optarg ;; - - -cache-file | --cache-file | --cache-fil | --cache-fi \ - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) - ac_prev=cache_file ;; - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) - cache_file=$ac_optarg ;; - - --config-cache | -C) - cache_file=config.cache ;; - - -datadir | --datadir | --datadi | --datad | --data | --dat | --da) - ac_prev=datadir ;; - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ - | --da=*) - datadir=$ac_optarg ;; - - -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 - { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - eval "enable_$ac_feature=no" ;; - - -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 - { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - case $ac_option in - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; - *) ac_optarg=yes ;; - esac - eval "enable_$ac_feature='$ac_optarg'" ;; - - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ - | --exec | --exe | --ex) - ac_prev=exec_prefix ;; - -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ - | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ - | --exec=* | --exe=* | --ex=*) - exec_prefix=$ac_optarg ;; - - -gas | --gas | --ga | --g) - # Obsolete; use --with-gas. - with_gas=yes ;; - - -help | --help | --hel | --he | -h) - ac_init_help=long ;; - -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) - ac_init_help=recursive ;; - -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) - ac_init_help=short ;; - - -host | --host | --hos | --ho) - ac_prev=host_alias ;; - -host=* | --host=* | --hos=* | --ho=*) - host_alias=$ac_optarg ;; - - -includedir | --includedir | --includedi | --included | --include \ - | --includ | --inclu | --incl | --inc) - ac_prev=includedir ;; - -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ - | --includ=* | --inclu=* | --incl=* | --inc=*) - includedir=$ac_optarg ;; - - -infodir | --infodir | --infodi | --infod | --info | --inf) - ac_prev=infodir ;; - -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) - infodir=$ac_optarg ;; - - -libdir | --libdir | --libdi | --libd) - ac_prev=libdir ;; - -libdir=* | --libdir=* | --libdi=* | --libd=*) - libdir=$ac_optarg ;; - - -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ - | --libexe | --libex | --libe) - ac_prev=libexecdir ;; - -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ - | --libexe=* | --libex=* | --libe=*) - libexecdir=$ac_optarg ;; - - -localstatedir | --localstatedir | --localstatedi | --localstated \ - | --localstate | --localstat | --localsta | --localst \ - | --locals | --local | --loca | --loc | --lo) - ac_prev=localstatedir ;; - -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ - | --localstate=* | --localstat=* | --localsta=* | --localst=* \ - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) - localstatedir=$ac_optarg ;; - - -mandir | --mandir | --mandi | --mand | --man | --ma | --m) - ac_prev=mandir ;; - -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) - mandir=$ac_optarg ;; - - -nfp | --nfp | --nf) - # Obsolete; use --without-fp. - with_fp=no ;; - - -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c | -n) - no_create=yes ;; - - -no-recursion | --no-recursion | --no-recursio | --no-recursi \ - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) - no_recursion=yes ;; - - -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ - | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ - | --oldin | --oldi | --old | --ol | --o) - ac_prev=oldincludedir ;; - -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ - | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ - | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) - oldincludedir=$ac_optarg ;; - - -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) - ac_prev=prefix ;; - -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) - prefix=$ac_optarg ;; - - -program-prefix | --program-prefix | --program-prefi | --program-pref \ - | --program-pre | --program-pr | --program-p) - ac_prev=program_prefix ;; - -program-prefix=* | --program-prefix=* | --program-prefi=* \ - | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) - program_prefix=$ac_optarg ;; - - -program-suffix | --program-suffix | --program-suffi | --program-suff \ - | --program-suf | --program-su | --program-s) - ac_prev=program_suffix ;; - -program-suffix=* | --program-suffix=* | --program-suffi=* \ - | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) - program_suffix=$ac_optarg ;; - - -program-transform-name | --program-transform-name \ - | --program-transform-nam | --program-transform-na \ - | --program-transform-n | --program-transform- \ - | --program-transform | --program-transfor \ - | --program-transfo | --program-transf \ - | --program-trans | --program-tran \ - | --progr-tra | --program-tr | --program-t) - ac_prev=program_transform_name ;; - -program-transform-name=* | --program-transform-name=* \ - | --program-transform-nam=* | --program-transform-na=* \ - | --program-transform-n=* | --program-transform-=* \ - | --program-transform=* | --program-transfor=* \ - | --program-transfo=* | --program-transf=* \ - | --program-trans=* | --program-tran=* \ - | --progr-tra=* | --program-tr=* | --program-t=*) - program_transform_name=$ac_optarg ;; - - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - silent=yes ;; - - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) - ac_prev=sbindir ;; - -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ - | --sbi=* | --sb=*) - sbindir=$ac_optarg ;; - - -sharedstatedir | --sharedstatedir | --sharedstatedi \ - | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ - | --sharedst | --shareds | --shared | --share | --shar \ - | --sha | --sh) - ac_prev=sharedstatedir ;; - -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ - | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ - | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ - | --sha=* | --sh=*) - sharedstatedir=$ac_optarg ;; - - -site | --site | --sit) - ac_prev=site ;; - -site=* | --site=* | --sit=*) - site=$ac_optarg ;; - - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) - ac_prev=srcdir ;; - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - srcdir=$ac_optarg ;; - - -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ - | --syscon | --sysco | --sysc | --sys | --sy) - ac_prev=sysconfdir ;; - -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ - | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) - sysconfdir=$ac_optarg ;; - - -target | --target | --targe | --targ | --tar | --ta | --t) - ac_prev=target_alias ;; - -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) - target_alias=$ac_optarg ;; - - -v | -verbose | --verbose | --verbos | --verbo | --verb) - verbose=yes ;; - - -version | --version | --versio | --versi | --vers | -V) - ac_init_version=: ;; - - -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 - { (exit 1); exit 1; }; } - ac_package=`echo $ac_package| sed 's/-/_/g'` - case $ac_option in - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; - *) ac_optarg=yes ;; - esac - eval "with_$ac_package='$ac_optarg'" ;; - - -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` - # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid package name: $ac_package" >&2 - { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/-/_/g'` - eval "with_$ac_package=no" ;; - - --x) - # Obsolete; use --with-x. - with_x=yes ;; - - -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ - | --x-incl | --x-inc | --x-in | --x-i) - ac_prev=x_includes ;; - -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ - | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) - x_includes=$ac_optarg ;; - - -x-libraries | --x-libraries | --x-librarie | --x-librari \ - | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) - ac_prev=x_libraries ;; - -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) - x_libraries=$ac_optarg ;; - - -*) { echo "$as_me: error: unrecognized option: $ac_option -Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } - ;; - - *=*) - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` - # Reject names that are not valid shell variable names. - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 - { (exit 1); exit 1; }; } - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` - eval "$ac_envvar='$ac_optarg'" - export $ac_envvar ;; - - *) - # FIXME: should be removed in autoconf 3.0. - echo "$as_me: WARNING: you should use --build, --host, --target" >&2 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && - echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} - ;; - - esac -done - -if test -n "$ac_prev"; then - ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { echo "$as_me: error: missing argument to $ac_option" >&2 - { (exit 1); exit 1; }; } -fi - -# Be sure to have absolute paths. -for ac_var in exec_prefix prefix -do - eval ac_val=$`echo $ac_var` - case $ac_val in - [\\/$]* | ?:[\\/]* | NONE | '' ) ;; - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; - esac -done - -# Be sure to have absolute paths. -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ - localstatedir libdir includedir oldincludedir infodir mandir -do - eval ac_val=$`echo $ac_var` - case $ac_val in - [\\/$]* | ?:[\\/]* ) ;; - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; - esac -done - -# There might be people who depend on the old broken behavior: `$host' -# used to hold the argument of --host etc. -# FIXME: To remove some day. -build=$build_alias -host=$host_alias -target=$target_alias - -# FIXME: To remove some day. -if test "x$host_alias" != x; then - if test "x$build_alias" = x; then - cross_compiling=maybe - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&2 - elif test "x$build_alias" != "x$host_alias"; then - cross_compiling=yes - fi -fi - -ac_tool_prefix= -test -n "$host_alias" && ac_tool_prefix=$host_alias- - -test "$silent" = yes && exec 6>/dev/null - - -# Find the source files, if location was not specified. -if test -z "$srcdir"; then - ac_srcdir_defaulted=yes - # Try the directory containing this script, then its parent. - ac_confdir=`(dirname "$0") 2>/dev/null || -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$0" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - srcdir=$ac_confdir - if test ! -r $srcdir/$ac_unique_file; then - srcdir=.. - fi -else - ac_srcdir_defaulted=no -fi -if test ! -r $srcdir/$ac_unique_file; then - if test "$ac_srcdir_defaulted" = yes; then - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 - { (exit 1); exit 1; }; } - else - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 - { (exit 1); exit 1; }; } - fi -fi -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || - { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 - { (exit 1); exit 1; }; } -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` -ac_env_build_alias_set=${build_alias+set} -ac_env_build_alias_value=$build_alias -ac_cv_env_build_alias_set=${build_alias+set} -ac_cv_env_build_alias_value=$build_alias -ac_env_host_alias_set=${host_alias+set} -ac_env_host_alias_value=$host_alias -ac_cv_env_host_alias_set=${host_alias+set} -ac_cv_env_host_alias_value=$host_alias -ac_env_target_alias_set=${target_alias+set} -ac_env_target_alias_value=$target_alias -ac_cv_env_target_alias_set=${target_alias+set} -ac_cv_env_target_alias_value=$target_alias -ac_env_CC_set=${CC+set} -ac_env_CC_value=$CC -ac_cv_env_CC_set=${CC+set} -ac_cv_env_CC_value=$CC -ac_env_CFLAGS_set=${CFLAGS+set} -ac_env_CFLAGS_value=$CFLAGS -ac_cv_env_CFLAGS_set=${CFLAGS+set} -ac_cv_env_CFLAGS_value=$CFLAGS -ac_env_LDFLAGS_set=${LDFLAGS+set} -ac_env_LDFLAGS_value=$LDFLAGS -ac_cv_env_LDFLAGS_set=${LDFLAGS+set} -ac_cv_env_LDFLAGS_value=$LDFLAGS -ac_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_env_CPPFLAGS_value=$CPPFLAGS -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_cv_env_CPPFLAGS_value=$CPPFLAGS -ac_env_CPP_set=${CPP+set} -ac_env_CPP_value=$CPP -ac_cv_env_CPP_set=${CPP+set} -ac_cv_env_CPP_value=$CPP -ac_env_CXX_set=${CXX+set} -ac_env_CXX_value=$CXX -ac_cv_env_CXX_set=${CXX+set} -ac_cv_env_CXX_value=$CXX -ac_env_CXXFLAGS_set=${CXXFLAGS+set} -ac_env_CXXFLAGS_value=$CXXFLAGS -ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} -ac_cv_env_CXXFLAGS_value=$CXXFLAGS -ac_env_CXXCPP_set=${CXXCPP+set} -ac_env_CXXCPP_value=$CXXCPP -ac_cv_env_CXXCPP_set=${CXXCPP+set} -ac_cv_env_CXXCPP_value=$CXXCPP -ac_env_F77_set=${F77+set} -ac_env_F77_value=$F77 -ac_cv_env_F77_set=${F77+set} -ac_cv_env_F77_value=$F77 -ac_env_FFLAGS_set=${FFLAGS+set} -ac_env_FFLAGS_value=$FFLAGS -ac_cv_env_FFLAGS_set=${FFLAGS+set} -ac_cv_env_FFLAGS_value=$FFLAGS - -# -# Report the --help message. -# -if test "$ac_init_help" = "long"; then - # Omit some internal or obsolete options to make the list less imposing. - # This message is too long to be a string in the A/UX 3.1 sh. - cat <<_ACEOF -\`configure' configures this package to adapt to many kinds of systems. - -Usage: $0 [OPTION]... [VAR=VALUE]... - -To assign environment variables (e.g., CC, CFLAGS...), specify them as -VAR=VALUE. See below for descriptions of some of the useful variables. - -Defaults for the options are specified in brackets. - -Configuration: - -h, --help display this help and exit - --help=short display options specific to this package - --help=recursive display the short help of all the included packages - -V, --version display version information and exit - -q, --quiet, --silent do not print \`checking...' messages - --cache-file=FILE cache test results in FILE [disabled] - -C, --config-cache alias for \`--cache-file=config.cache' - -n, --no-create do not create output files - --srcdir=DIR find the sources in DIR [configure dir or \`..'] - -_ACEOF - - cat <<_ACEOF -Installation directories: - --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] - -By default, \`make install' will install all the files in -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify -an installation prefix other than \`$ac_default_prefix' using \`--prefix', -for instance \`--prefix=\$HOME'. - -For better control, use the options below. - -Fine tuning of the installation directories: - --bindir=DIR user executables [EPREFIX/bin] - --sbindir=DIR system admin executables [EPREFIX/sbin] - --libexecdir=DIR program executables [EPREFIX/libexec] - --datadir=DIR read-only architecture-independent data [PREFIX/share] - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] - --infodir=DIR info documentation [PREFIX/info] - --mandir=DIR man documentation [PREFIX/man] -_ACEOF - - cat <<\_ACEOF - -Program names: - --program-prefix=PREFIX prepend PREFIX to installed program names - --program-suffix=SUFFIX append SUFFIX to installed program names - --program-transform-name=PROGRAM run sed PROGRAM on installed program names - -System types: - --build=BUILD configure for building on BUILD [guessed] - --host=HOST cross-compile to build programs to run on HOST [BUILD] - --target=TARGET configure for building compilers for TARGET [HOST] -_ACEOF -fi - -if test -n "$ac_init_help"; then - - cat <<\_ACEOF - -Optional Features: - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --disable-fast-perl disable fast Makefile generation (needs perl) - --enable-debug=ARG enables debug symbols (yes|no|full) default=no - --disable-debug disables debug output and debug symbols default=no - --enable-strict compiles with strict compiler options (may not - work!) - --disable-warnings disables compilation with -Wall and similar - --enable-profile creates profiling infos default=no - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors - --enable-pch enables precompiled header support (currently only - KCC or gcc >=3.4+unsermake) default=no - --enable-coverage use gcc coverage testing - --enable-new-ldflags enable the new linker flags - --enable-final build size optimized apps (experimental - needs lots - of memory) - --enable-closure delay template instantiation - --enable-nmcheck enable automatic namespace cleanness check - --enable-shared[=PKGS] - build shared libraries [default=yes] - --enable-static[=PKGS] - build static libraries [default=no] - --enable-libsuffix /lib directory suffix (64,32,none=default) - --enable-fast-install[=PKGS] - optimize for fast installation [default=yes] - --disable-libtool-lock avoid locking (might break parallel builds) - --enable-pie platform supports PIE linking default=detect - --enable-embedded link to Qt-embedded, don't use X - --enable-qtopia link to Qt-embedded, link to the Qtopia Environment - --enable-mac link to Qt/Mac (don't use X) - --disable-mt link to non-threaded Qt (deprecated) - --disable-threading disables threading even if libpthread found - --disable-rpath do not use the rpath feature of ld - --disable-path-check don't try to find out, where to install - -Optional Packages: - --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] - --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-gnu-ld assume the C compiler uses GNU ld [default=no] - --with-pic try to use only PIC/non-PIC objects [default=use - both] - --with-tags[=TAGS] - include additional configurations [automatic] - --with-extra-includes=DIR - adds non standard include paths - --with-extra-libs=DIR adds non standard library paths - --with-qt-dir=DIR where the root of Qt is installed - --with-qt-includes=DIR where the Qt includes are. - --with-qt-libraries=DIR where the Qt library is installed. - --without-arts build without aRts default=no - -Some influential environment variables: - CC C compiler command - CFLAGS C compiler flags - LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a - nonstandard directory <lib dir> - CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have - headers in a nonstandard directory <include dir> - CPP C preprocessor - CXX C++ compiler command - CXXFLAGS C++ compiler flags - CXXCPP C++ preprocessor - F77 Fortran 77 compiler command - FFLAGS Fortran 77 compiler flags - -Use these variables to override the choices made by `configure' or to help -it to find libraries and programs with nonstandard names/locations. - -_ACEOF -fi - -if test "$ac_init_help" = "recursive"; then - # If there are subdirs, report their specific --help. - ac_popdir=`pwd` - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d $ac_dir || continue - ac_builddir=. - -if test "$ac_dir" != .; then - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi - -case $srcdir in - .) # No --srcdir option. We are building in place. - ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac - -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) - case "$ac_dir" in - .) ac_abs_builddir=`pwd`;; - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; - *) ac_abs_builddir=`pwd`/"$ac_dir";; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) - case ${ac_top_builddir}. in - .) ac_abs_top_builddir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) - case $ac_srcdir in - .) ac_abs_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) - case $ac_top_srcdir in - .) ac_abs_top_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; - esac;; -esac - - cd $ac_dir - # Check for guested configure; otherwise get Cygnus style configure. - if test -f $ac_srcdir/configure.gnu; then - echo - $SHELL $ac_srcdir/configure.gnu --help=recursive - elif test -f $ac_srcdir/configure; then - echo - $SHELL $ac_srcdir/configure --help=recursive - elif test -f $ac_srcdir/configure.ac || - test -f $ac_srcdir/configure.in; then - echo - $ac_configure --help - else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi - cd $ac_popdir - done -fi - -test -n "$ac_init_help" && exit 0 -if $ac_init_version; then - cat <<\_ACEOF - -Copyright (C) 2003 Free Software Foundation, Inc. -This configure script is free software; the Free Software Foundation -gives unlimited permission to copy, distribute and modify it. -_ACEOF - exit 0 -fi -exec 5>config.log -cat >&5 <<_ACEOF -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by $as_me, which was -generated by GNU Autoconf 2.59. Invocation command line was - - $ $0 $@ - -_ACEOF -{ -cat <<_ASUNAME -## --------- ## -## Platform. ## -## --------- ## - -hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` - -/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -hostinfo = `(hostinfo) 2>/dev/null || echo unknown` -/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` -/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` - -_ASUNAME - -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" -done - -} >&5 - -cat >&5 <<_ACEOF - - -## ----------- ## -## Core tests. ## -## ----------- ## - -_ACEOF - - -# Keep a trace of the command line. -# Strip out --no-create and --no-recursion so they do not pile up. -# Strip out --silent because we don't want to record it for future runs. -# Also quote any args containing shell meta-characters. -# Make two passes to allow for proper duplicate-argument suppression. -ac_configure_args= -ac_configure_args0= -ac_configure_args1= -ac_sep= -ac_must_keep_next=false -for ac_pass in 1 2 -do - for ac_arg - do - case $ac_arg in - -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil) - continue ;; - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case $ac_pass in - 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; - 2) - ac_configure_args1="$ac_configure_args1 '$ac_arg'" - if test $ac_must_keep_next = true; then - ac_must_keep_next=false # Got value, back to normal. - else - case $ac_arg in - *=* | --config-cache | -C | -disable-* | --disable-* \ - | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ - | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ - | -with-* | --with-* | -without-* | --without-* | --x) - case "$ac_configure_args0 " in - "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; - esac - ;; - -* ) ac_must_keep_next=true ;; - esac - fi - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" - # Get rid of the leading space. - ac_sep=" " - ;; - esac - done -done -$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } -$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } - -# When interrupted or exit'd, cleanup temporary files, and complete -# config.log. We remove comments because anyway the quotes in there -# would cause problems or look ugly. -# WARNING: Be sure not to use single quotes in there, as some shells, -# such as our DU 5.0 friend, will then `close' the trap. -trap 'exit_status=$? - # Save into config.log some information that might help in debugging. - { - echo - - cat <<\_ASBOX -## ---------------- ## -## Cache variables. ## -## ---------------- ## -_ASBOX - echo - # The following way of writing the cache mishandles newlines in values, -{ - (set) 2>&1 | - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in - *ac_space=\ *) - sed -n \ - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" - ;; - *) - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" - ;; - esac; -} - echo - - cat <<\_ASBOX -## ----------------- ## -## Output variables. ## -## ----------------- ## -_ASBOX - echo - for ac_var in $ac_subst_vars - do - eval ac_val=$`echo $ac_var` - echo "$ac_var='"'"'$ac_val'"'"'" - done | sort - echo - - if test -n "$ac_subst_files"; then - cat <<\_ASBOX -## ------------- ## -## Output files. ## -## ------------- ## -_ASBOX - echo - for ac_var in $ac_subst_files - do - eval ac_val=$`echo $ac_var` - echo "$ac_var='"'"'$ac_val'"'"'" - done | sort - echo - fi - - if test -s confdefs.h; then - cat <<\_ASBOX -## ----------- ## -## confdefs.h. ## -## ----------- ## -_ASBOX - echo - sed "/^$/d" confdefs.h | sort - echo - fi - test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" - } >&5 - rm -f core *.core && - rm -rf conftest* confdefs* conf$$* $ac_clean_files && - exit $exit_status - ' 0 -for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal -done -ac_signal=0 - -# confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -rf conftest* confdefs.h -# AIX cpp loses on an empty file, so make sure it contains at least a newline. -echo >confdefs.h - -# Predefined preprocessor variables. - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_NAME "$PACKAGE_NAME" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_TARNAME "$PACKAGE_TARNAME" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_VERSION "$PACKAGE_VERSION" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_STRING "$PACKAGE_STRING" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" -_ACEOF - - -# Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. -if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" - else - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" - fi -fi -for ac_site_file in $CONFIG_SITE; do - if test -r "$ac_site_file"; then - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -echo "$as_me: loading site script $ac_site_file" >&6;} - sed 's/^/| /' "$ac_site_file" >&5 - . "$ac_site_file" - fi -done - -if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special - # files actually), so we avoid doing that. - if test -f "$cache_file"; then - { echo "$as_me:$LINENO: loading cache $cache_file" >&5 -echo "$as_me: loading cache $cache_file" >&6;} - case $cache_file in - [\\/]* | ?:[\\/]* ) . $cache_file;; - *) . ./$cache_file;; - esac - fi -else - { echo "$as_me:$LINENO: creating cache $cache_file" >&5 -echo "$as_me: creating cache $cache_file" >&6;} - >$cache_file -fi - -# Check that the precious variables saved in the cache have kept the same -# value. -ac_cache_corrupted=false -for ac_var in `(set) 2>&1 | - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do - eval ac_old_set=\$ac_cv_env_${ac_var}_set - eval ac_new_set=\$ac_env_${ac_var}_set - eval ac_old_val="\$ac_cv_env_${ac_var}_value" - eval ac_new_val="\$ac_env_${ac_var}_value" - case $ac_old_set,$ac_new_set in - set,) - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,set) - { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,);; - *) - if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 -echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 -echo "$as_me: current value: $ac_new_val" >&2;} - ac_cache_corrupted=: - fi;; - esac - # Pass precious variables to config.status. - if test "$ac_new_set" = set; then - case $ac_new_val in - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; - *) ac_arg=$ac_var=$ac_new_val ;; - esac - case " $ac_configure_args " in - *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. - *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; - esac - fi -done -if $ac_cache_corrupted; then - { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} - { (exit 1); exit 1; }; } -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - - - - - - - - - - - - - - - - - - -ac_aux_dir= -for ac_dir in admin $srcdir/admin; do - if test -f $ac_dir/install-sh; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install-sh -c" - break - elif test -f $ac_dir/install.sh; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/install.sh -c" - break - elif test -f $ac_dir/shtool; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/shtool install -c" - break - fi -done -if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&5 -echo "$as_me: error: cannot find install-sh or install.sh in admin $srcdir/admin" >&2;} - { (exit 1); exit 1; }; } -fi -ac_config_guess="$SHELL $ac_aux_dir/config.guess" -ac_config_sub="$SHELL $ac_aux_dir/config.sub" -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. - - -unset CDPATH - -# Make sure we can run config.sub. -$ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 -echo "$as_me: error: cannot run $ac_config_sub" >&2;} - { (exit 1); exit 1; }; } - -echo "$as_me:$LINENO: checking build system type" >&5 -echo $ECHO_N "checking build system type... $ECHO_C" >&6 -if test "${ac_cv_build+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_cv_build_alias=$build_alias -test -z "$ac_cv_build_alias" && - ac_cv_build_alias=`$ac_config_guess` -test -z "$ac_cv_build_alias" && - { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 -echo "$as_me: error: cannot guess build type; you must specify one" >&2;} - { (exit 1); exit 1; }; } -ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 -echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} - { (exit 1); exit 1; }; } - -fi -echo "$as_me:$LINENO: result: $ac_cv_build" >&5 -echo "${ECHO_T}$ac_cv_build" >&6 -build=$ac_cv_build -build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` - - -echo "$as_me:$LINENO: checking host system type" >&5 -echo $ECHO_N "checking host system type... $ECHO_C" >&6 -if test "${ac_cv_host+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_cv_host_alias=$host_alias -test -z "$ac_cv_host_alias" && - ac_cv_host_alias=$ac_cv_build_alias -ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 -echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} - { (exit 1); exit 1; }; } - -fi -echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -echo "${ECHO_T}$ac_cv_host" >&6 -host=$ac_cv_host -host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` - - -echo "$as_me:$LINENO: checking target system type" >&5 -echo $ECHO_N "checking target system type... $ECHO_C" >&6 -if test "${ac_cv_target+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - ac_cv_target_alias=$target_alias -test "x$ac_cv_target_alias" = "x" && - ac_cv_target_alias=$ac_cv_host_alias -ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || - { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 -echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} - { (exit 1); exit 1; }; } - -fi -echo "$as_me:$LINENO: result: $ac_cv_target" >&5 -echo "${ECHO_T}$ac_cv_target" >&6 -target=$ac_cv_target -target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` - - -# The aliases save the names the user supplied, while $host etc. -# will get canonicalized. -test -n "$target_alias" && - test "$program_prefix$program_suffix$program_transform_name" = \ - NONENONEs,x,x, && - program_prefix=${target_alias}- -test "$program_prefix" != NONE && - program_transform_name="s,^,$program_prefix,;$program_transform_name" -# Use a double $ so make ignores it. -test "$program_suffix" != NONE && - program_transform_name="s,\$,$program_suffix,;$program_transform_name" -# Double any \ or $. echo might interpret backslashes. -# By default was `s,x,x', remove it if useless. -cat <<\_ACEOF >conftest.sed -s/[\\$]/&&/g;s/;s,x,x,$// -_ACEOF -program_transform_name=`echo $program_transform_name | sed -f conftest.sed` -rm conftest.sed - - -am__api_version="1.9" - - - test -n "$INSTALL" && kde_save_INSTALL_given=$INSTALL - test -n "$INSTALL_PROGRAM" && kde_save_INSTALL_PROGRAM_given=$INSTALL_PROGRAM - test -n "$INSTALL_SCRIPT" && kde_save_INSTALL_SCRIPT_given=$INSTALL_SCRIPT - # Find a good install program. We prefer a C program (faster), -# so one script is as good as another. But avoid the broken or -# incompatible versions: -# SysV /etc/install, /usr/sbin/install -# SunOS /usr/etc/install -# IRIX /sbin/install -# AIX /bin/install -# AmigaOS /C/install, which installs bootblocks on floppy discs -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag -# AFS /usr/afsws/bin/install, which mishandles nonexistent args -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" -# OS/2's system install, which has a completely different semantic -# ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 -if test -z "$INSTALL"; then -if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - # Account for people who put trailing slashes in PATH elements. -case $as_dir/ in - ./ | .// | /cC/* | \ - /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ - ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ - /usr/ucb/* ) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - # Don't use installbsd from OSF since it installs stuff as root - # by default. - for ac_prog in ginstall scoinst install; do - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then - if test $ac_prog = install && - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - : - elif test $ac_prog = install && - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then - # program-specific install script used by HP pwplus--don't use. - : - else - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" - break 3 - fi - fi - done ... [truncated message content] |
From: <dio...@us...> - 2007-10-17 09:01:32
|
Revision: 158 http://pikloops.svn.sourceforge.net/pikloops/?rev=158&view=rev Author: dionysos-sf Date: 2007-10-17 02:01:37 -0700 (Wed, 17 Oct 2007) Log Message: ----------- New release Modified Paths: -------------- prog/trunk/configure.in.in Modified: prog/trunk/configure.in.in =================================================================== --- prog/trunk/configure.in.in 2007-10-17 09:00:28 UTC (rev 157) +++ prog/trunk/configure.in.in 2007-10-17 09:01:37 UTC (rev 158) @@ -1,6 +1,6 @@ #MIN_CONFIG(3) -AM_INIT_AUTOMAKE(pikloops,0.2.4) +AM_INIT_AUTOMAKE(pikloops,0.2.5) dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__ dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-17 09:00:26
|
Revision: 157 http://pikloops.svn.sourceforge.net/pikloops/?rev=157&view=rev Author: dionysos-sf Date: 2007-10-17 02:00:28 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Fix compile time error Modified Paths: -------------- prog/trunk/src/mainwidgetpl.cpp Modified: prog/trunk/src/mainwidgetpl.cpp =================================================================== --- prog/trunk/src/mainwidgetpl.cpp 2007-10-16 15:25:41 UTC (rev 156) +++ prog/trunk/src/mainwidgetpl.cpp 2007-10-17 09:00:28 UTC (rev 157) @@ -136,10 +136,7 @@ tmpCode += QString(i18n("The lowest delay you can get have to be greater than %1s").arg(minDelay,0,'f',8)) ; } } - else { - - - if ( loopValues->getCounterC() != -1 ) { + else if ( loopValues->getCounterC() != -1 ) { tmpCode += QString("\tmovlw\tD'%1'\n").arg(loopValues->getCounterC(),0,10); tmpCode += QString("\tmovwf\t"); tmpCode += QString(i18n("CounterC")); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-16 15:25:37
|
Revision: 156 http://pikloops.svn.sourceforge.net/pikloops/?rev=156&view=rev Author: dionysos-sf Date: 2007-10-16 08:25:41 -0700 (Tue, 16 Oct 2007) Log Message: ----------- Update strings Modified Paths: -------------- web/trunk/po/pikloops-web.pot Modified: web/trunk/po/pikloops-web.pot =================================================================== --- web/trunk/po/pikloops-web.pot 2007-10-16 15:25:34 UTC (rev 155) +++ web/trunk/po/pikloops-web.pot 2007-10-16 15:25:41 UTC (rev 156) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-09-21 16:03+0200\n" +"POT-Creation-Date: 2007-10-16 17:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -239,34 +239,45 @@ msgid "Binaries" msgstr "" -#: ../download.php:19 ../index.php:25 -msgid "24 july 2007" +#: ../download.php:19 +msgid "16 october 2007" msgstr "" #: ../download.php:21 -msgid "Version 0.2.3:" +msgid "Not a lot binaries avaliable for the moment." msgstr "" #: ../download.php:22 -msgid "No binary avaliable for the moment." -msgstr "" - -#: ../download.php:23 msgid "" "Feel free to build binary for your distribution and contact me, I'll put it " "here." msgstr "" -#: ../download.php:24 +#: ../download.php:23 msgid "" "Happy Fedora users ;-). PikLoops is in the repository from your favorite " "distribution. So, you just have to do:" msgstr "" -#: ../download.php:25 +#: ../download.php:24 msgid "as root and enjoy!" msgstr "" +#: ../download.php:25 +msgid "" +"Many thanks to <a href=\"mailto:hadacek AT kde DOT org\">Nicolas Hadacek</" +"a>, the <a href=\"http://piklab.sf.net/\">Piklab</a> maintainer, who built " +"these packages." +msgstr "" + +#: ../download.php:26 +msgid "" +"Many thanks to <a href=\"mailto:guru AT unixtech DOT be\">Pascal Bleser</a>, " +"a great OpenSuSE contributer, who provide many <a href=\"http://linux01.gwdg." +"de/~pbleser/rpm-navigation.php?cat=Development/pikloops/\">PikLoop packages</" +"a> on his <a href=\"http://linux01.gwdg.de/~pbleser/index.php\">web site</a>." +msgstr "" + #: ../include/contribute/flags.contribute.inc.php:2 #: ../include/download/flags.download.inc.php:2 #: ../include/index/flags.index.inc.php:2 @@ -294,6 +305,15 @@ msgid "German version" msgstr "" +#: ../include/contribute/flags.contribute.inc.php:5 +#: ../include/download/flags.download.inc.php:5 +#: ../include/index/flags.index.inc.php:5 +#: ../include/links/flags.links.inc.php:5 +#: ../include/manual/flags.manual.inc.php:5 +#: ../include/screenshot/flags.screenshot.inc.php:5 +msgid "Spanish version" +msgstr "" + #: ../include/contribute/header.contribute.inc.php:2 msgid "PikLoops contribution page" msgstr "" @@ -402,8 +422,8 @@ msgid "Release date:" msgstr "" -#: ../index.php:23 -msgid "23 july 2007" +#: ../index.php:23 ../index.php:25 +msgid "29 september 2007" msgstr "" #: ../index.php:26 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-16 15:25:34
|
Revision: 155 http://pikloops.svn.sourceforge.net/pikloops/?rev=155&view=rev Author: dionysos-sf Date: 2007-10-16 08:25:34 -0700 (Tue, 16 Oct 2007) Log Message: ----------- Update strings Modified Paths: -------------- web/trunk/po/de.po web/trunk/po/es.po web/trunk/po/fr.po Modified: web/trunk/po/de.po =================================================================== --- web/trunk/po/de.po 2007-10-16 15:07:17 UTC (rev 154) +++ web/trunk/po/de.po 2007-10-16 15:25:34 UTC (rev 155) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PikLoops 0.2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-09-28 16:46+0200\n" +"POT-Creation-Date: 2007-10-16 17:20+0200\n" "PO-Revision-Date: 2007-07-24 21:11+0100\n" "Last-Translator: Lukas Brausch <gro...@ar...>\n" "Language-Team: German\n" @@ -263,27 +263,16 @@ msgid "Binaries" msgstr "Binaries" -#: ../download.php:19 ../index.php:23 ../index.php:25 -msgid "29 september 2007" +#: ../download.php:19 +msgid "16 october 2007" msgstr "" #: ../download.php:21 -msgid "Version 0.2.4:" -msgstr "Version 0.2.4:" +#, fuzzy +msgid "Not a lot binaries avaliable for the moment." +msgstr "Keine Binary verfügbar im Moment." #: ../download.php:22 -msgid "Version 0.2.3:" -msgstr "Version 0.2.3:" - -#: ../download.php:23 -msgid "Version 0.2.2:" -msgstr "Version 0.2.2:" - -#: ../download.php:24 -msgid "No binary avaliable for the moment." -msgstr "Keine Binary verfügbar im Moment." - -#: ../download.php:25 msgid "" "Feel free to build binary for your distribution and contact me, I'll put it " "here." @@ -291,7 +280,7 @@ "Wenn Sie wollen, können Sie gerne Binaries für Ihre Distribution bauen. " "Kontaktieren Sie mich und ich stelle sie hier bereit." -#: ../download.php:26 +#: ../download.php:23 msgid "" "Happy Fedora users ;-). PikLoops is in the repository from your favorite " "distribution. So, you just have to do:" @@ -299,10 +288,25 @@ "Glückliche Fedora-Benutzer ;-). PikLoops befindet sich im Repository Ihrer " "Lieblings-Distribution. Sie müssen nur:" -#: ../download.php:27 +#: ../download.php:24 msgid "as root and enjoy!" msgstr "als root und viel Vergnügen!" +#: ../download.php:25 +msgid "" +"Many thanks to <a href=\"mailto:hadacek AT kde DOT org\">Nicolas Hadacek</" +"a>, the <a href=\"http://piklab.sf.net/\">Piklab</a> maintainer, who built " +"these packages." +msgstr "" + +#: ../download.php:26 +msgid "" +"Many thanks to <a href=\"mailto:guru AT unixtech DOT be\">Pascal Bleser</a>, " +"a great OpenSuSE contributer, who provide many <a href=\"http://linux01.gwdg." +"de/~pbleser/rpm-navigation.php?cat=Development/pikloops/\">PikLoop packages</" +"a> on his <a href=\"http://linux01.gwdg.de/~pbleser/index.php\">web site</a>." +msgstr "" + #: ../include/contribute/flags.contribute.inc.php:2 #: ../include/download/flags.download.inc.php:2 #: ../include/index/flags.index.inc.php:2 @@ -330,6 +334,16 @@ msgid "German version" msgstr "Deutsche Version" +#: ../include/contribute/flags.contribute.inc.php:5 +#: ../include/download/flags.download.inc.php:5 +#: ../include/index/flags.index.inc.php:5 +#: ../include/links/flags.links.inc.php:5 +#: ../include/manual/flags.manual.inc.php:5 +#: ../include/screenshot/flags.screenshot.inc.php:5 +#, fuzzy +msgid "Spanish version" +msgstr "Englische Version" + #: ../include/contribute/header.contribute.inc.php:2 msgid "PikLoops contribution page" msgstr "PikLoops Mitwirkungs-Seite" @@ -438,6 +452,10 @@ msgid "Release date:" msgstr "Versions-Datum:" +#: ../index.php:23 ../index.php:25 +msgid "29 september 2007" +msgstr "" + #: ../index.php:26 msgid "GPG key:" msgstr "GPG Schlüssel:" @@ -674,6 +692,15 @@ msgstr "" "Es gibt nur einen Screenshot, weil es nur eine Ansicht gibt in PikLoops ;-)" +#~ msgid "Version 0.2.4:" +#~ msgstr "Version 0.2.4:" + +#~ msgid "Version 0.2.3:" +#~ msgstr "Version 0.2.3:" + +#~ msgid "Version 0.2.2:" +#~ msgstr "Version 0.2.2:" + #~ msgid "24 july 2007" #~ msgstr "24. Juli 2007" Modified: web/trunk/po/es.po =================================================================== --- web/trunk/po/es.po 2007-10-16 15:07:17 UTC (rev 154) +++ web/trunk/po/es.po 2007-10-16 15:25:34 UTC (rev 155) @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-09-29 18:39+0200\n" +"POT-Creation-Date: 2007-10-16 17:20+0200\n" "PO-Revision-Date: 2007-09-29 18:55+0200\n" "Last-Translator: Carlos M. Cámara Mora <cmc...@gm...>\n" "Language-Team: Spanish <tra...@es...>\n" @@ -66,7 +66,9 @@ #: ../contribute.php:26 msgid "A good idea would be you subscribe to the development mailing list." -msgstr "Una buena idea sería que te suscribieras a la lista de correo de los desarrolladores." +msgstr "" +"Una buena idea sería que te suscribieras a la lista de correo de los " +"desarrolladores." #: ../contribute.php:27 msgid "" @@ -75,10 +77,10 @@ "sourceforge.net/lists/listinfo/pikloops-devel</a> page and fill the relevant " "fields." msgstr "" -"Para suscribirte a la lista de correo de los desarrolladores ve a la página <a href=\"https://" -"lists.sourceforge.net/lists/listinfo/pikloops-devel\" >https://lists." -"sourceforge.net/lists/listinfo/pikloops-devel</a> y rellena los campos" -"necesarios." +"Para suscribirte a la lista de correo de los desarrolladores ve a la página " +"<a href=\"https://lists.sourceforge.net/lists/listinfo/pikloops-devel\" " +">https://lists.sourceforge.net/lists/listinfo/pikloops-devel</a> y rellena " +"los camposnecesarios." #: ../contribute.php:28 msgid "" @@ -87,10 +89,10 @@ ">pikloops-devel AT lists DOT sourceforge DOT " "net</a> list." msgstr "" -"Cuando tengas la conformación de tu suscripción podrás enviar correos a " -"la dirección de la lista <a href=\"mailto:pikloops-devel AT lists DOT sourceforge DOT net\" " -">pikloops-devel AT lists DOT sourceforge DOT " -"net</a>." +"Cuando tengas la conformación de tu suscripción podrás enviar correos a la " +"dirección de la lista <a href=\"mailto:pikloops-devel AT lists DOT " +"sourceforge DOT net\" >pikloops-devel AT lists DOT " +"sourceforge DOT net</a>." #: ../contribute.php:29 msgid "" @@ -98,8 +100,8 @@ "sourceforge DOT net\" >dionysos AT users DOT " "sourceforge DOT net</a>." msgstr "" -"Por supuesto puedes contactar conmigo en <a href=\"mailto:dionysos-sf AT users DOT " -"sourceforge DOT net\" >dionysos AT users DOT " +"Por supuesto puedes contactar conmigo en <a href=\"mailto:dionysos-sf AT " +"users DOT sourceforge DOT net\" >dionysos AT users DOT " "sourceforge DOT net</a>." #: ../contribute.php:30 @@ -113,8 +115,7 @@ #: ../contribute.php:31 msgid "" "This will create the 'pikloops/prog' directory in the current directory." -msgstr "" -"Esto creará el directorio 'pikloops/prog' en el directorio actual." +msgstr "Esto creará el directorio 'pikloops/prog' en el directorio actual." #: ../contribute.php:32 msgid "" @@ -128,9 +129,9 @@ "The more important help I need is translation. If you like to translate " "PikLoops in your mother language, feel free to contact me to reserve it." msgstr "" -"La ayuda que más necesito es la traducción. Si quieres traducir " -"PikLoops a tu idioma, siéntete libre de contactar conmigo para " -"que pueda asignarte a la traducción." +"La ayuda que más necesito es la traducción. Si quieres traducir PikLoops a " +"tu idioma, siéntete libre de contactar conmigo para que pueda asignarte a la " +"traducción." #: ../contribute.php:35 msgid "There isn't a lot of strings in the PikLoops GUI." @@ -146,15 +147,16 @@ #: ../contribute.php:37 msgid "For both, you have to get the PikLoops svn repository." -msgstr "Para ambas cosas tendrás que obtener una copia del repositorio de Pikloops." +msgstr "" +"Para ambas cosas tendrás que obtener una copia del repositorio de Pikloops." #: ../contribute.php:38 msgid "" "And if you think that my english isn't very good (you're probably " "right ;-)), feel free to send me some fixes!" msgstr "" -"Y si crees que la versión española no es muy buena (probablemente " -"tengas razón ;-)), por favor ¡envíame tus correcciones!" +"Y si crees que la versión española no es muy buena (probablemente tengas " +"razón ;-)), por favor ¡envíame tus correcciones!" #: ../contribute.php:39 msgid "" @@ -190,8 +192,8 @@ "Somewhere in the po file, you'll find the following string related to " "translation credit:" msgstr "" -"En algún lugar del fichero po, encontrarás la siguiente cadena relacionada con " -"los agradecimientos de la traducción:" +"En algún lugar del fichero po, encontrarás la siguiente cadena relacionada " +"con los agradecimientos de la traducción:" #: ../contribute.php:47 msgid "" @@ -271,42 +273,46 @@ msgid "Binaries" msgstr "" -#: ../download.php:19 ../index.php:23 ../index.php:25 -msgid "29 september 2007" -msgstr "" +#: ../download.php:19 +#, fuzzy +msgid "16 october 2007" +msgstr "21 de septiembre del 2007" #: ../download.php:21 -msgid "Version 0.2.4:" +msgid "Not a lot binaries avaliable for the moment." msgstr "" #: ../download.php:22 -msgid "Version 0.2.3:" +msgid "" +"Feel free to build binary for your distribution and contact me, I'll put it " +"here." msgstr "" #: ../download.php:23 -msgid "Version 0.2.2:" +msgid "" +"Happy Fedora users ;-). PikLoops is in the repository from your favorite " +"distribution. So, you just have to do:" msgstr "" #: ../download.php:24 -msgid "No binary avaliable for the moment." +msgid "as root and enjoy!" msgstr "" #: ../download.php:25 msgid "" -"Feel free to build binary for your distribution and contact me, I'll put it " -"here." +"Many thanks to <a href=\"mailto:hadacek AT kde DOT org\">Nicolas Hadacek</" +"a>, the <a href=\"http://piklab.sf.net/\">Piklab</a> maintainer, who built " +"these packages." msgstr "" #: ../download.php:26 msgid "" -"Happy Fedora users ;-). PikLoops is in the repository from your favorite " -"distribution. So, you just have to do:" +"Many thanks to <a href=\"mailto:guru AT unixtech DOT be\">Pascal Bleser</a>, " +"a great OpenSuSE contributer, who provide many <a href=\"http://linux01.gwdg." +"de/~pbleser/rpm-navigation.php?cat=Development/pikloops/\">PikLoop packages</" +"a> on his <a href=\"http://linux01.gwdg.de/~pbleser/index.php\">web site</a>." msgstr "" -#: ../download.php:27 -msgid "as root and enjoy!" -msgstr "" - #: ../include/contribute/flags.contribute.inc.php:2 #: ../include/download/flags.download.inc.php:2 #: ../include/index/flags.index.inc.php:2 @@ -334,6 +340,15 @@ msgid "German version" msgstr "" +#: ../include/contribute/flags.contribute.inc.php:5 +#: ../include/download/flags.download.inc.php:5 +#: ../include/index/flags.index.inc.php:5 +#: ../include/links/flags.links.inc.php:5 +#: ../include/manual/flags.manual.inc.php:5 +#: ../include/screenshot/flags.screenshot.inc.php:5 +msgid "Spanish version" +msgstr "" + #: ../include/contribute/header.contribute.inc.php:2 msgid "PikLoops contribution page" msgstr "" @@ -442,6 +457,10 @@ msgid "Release date:" msgstr "" +#: ../index.php:23 ../index.php:25 +msgid "29 september 2007" +msgstr "" + #: ../index.php:26 msgid "GPG key:" msgstr "" @@ -610,4 +629,3 @@ msgid "" "There is only one screenshot because there is only one view in PikLoops ;-)" msgstr "" - Modified: web/trunk/po/fr.po =================================================================== --- web/trunk/po/fr.po 2007-10-16 15:07:17 UTC (rev 154) +++ web/trunk/po/fr.po 2007-10-16 15:25:34 UTC (rev 155) @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-09-28 16:46+0200\n" -"PO-Revision-Date: 2007-10-02 10:33+0200\n" +"POT-Creation-Date: 2007-10-16 17:20+0200\n" +"PO-Revision-Date: 2007-10-16 17:24+0200\n" "Last-Translator: Alain PORTAL <ap...@un...>\n" "Language-Team: Français <tr...@tr...>\n" "MIME-Version: 1.0\n" @@ -309,27 +309,15 @@ msgid "Binaries" msgstr "Binaires" -#: ../download.php:19 ../index.php:23 ../index.php:25 -msgid "29 september 2007" -msgstr "29 septembre 2007" +#: ../download.php:19 +msgid "16 october 2007" +msgstr "16 octobre 2007" #: ../download.php:21 -msgid "Version 0.2.4:" -msgstr "Version 0.2.4 :" +msgid "Not a lot binaries avaliable for the moment." +msgstr "Pas beaucoup de binaires disponibles pour le moment." #: ../download.php:22 -msgid "Version 0.2.3:" -msgstr "Version 0.2.3 :" - -#: ../download.php:23 -msgid "Version 0.2.2:" -msgstr "Version 0.2.2 :" - -#: ../download.php:24 -msgid "No binary avaliable for the moment." -msgstr "Pas de binaire disponible pour le moment." - -#: ../download.php:25 msgid "" "Feel free to build binary for your distribution and contact me, I'll put it " "here." @@ -337,7 +325,7 @@ "N'hésitez pas à fabriquer un binaire pour votre distribution et contactez-" "moi, je le rendrai disponible au téléchargement." -#: ../download.php:26 +#: ../download.php:23 msgid "" "Happy Fedora users ;-). PikLoops is in the repository from your favorite " "distribution. So, you just have to do:" @@ -345,10 +333,30 @@ "Heureux utilisateurs Fedora ;-). PikLoops est dans les dépôts de votre " "distribution préférée. Aussi, vous n'avez qu'à faire :" -#: ../download.php:27 +#: ../download.php:24 msgid "as root and enjoy!" msgstr "en temps que superutilisateur et le tour est joué !" +#: ../download.php:25 +msgid "" +"Many thanks to <a href=\"mailto:hadacek AT kde DOT org\">Nicolas Hadacek</" +"a>, the <a href=\"http://piklab.sf.net/\">Piklab</a> maintainer, who built " +"these packages." +msgstr "" +"Merci beaucoup à <a href=\"mailto:hadacek AT kde DOT org\">Nicolas Hadacek</" +"a>, le mainteneur de <a href=\"http://piklab.sf.net/\">Piklab</a> , qui a construit ces paquetages." + +#: ../download.php:26 +msgid "" +"Many thanks to <a href=\"mailto:guru AT unixtech DOT be\">Pascal Bleser</a>, " +"a great OpenSuSE contributer, who provide many <a href=\"http://linux01.gwdg." +"de/~pbleser/rpm-navigation.php?cat=Development/pikloops/\">PikLoop packages</" +"a> on his <a href=\"http://linux01.gwdg.de/~pbleser/index.php\">web site</a>." +msgstr "" +"Merci beaucoup à <a href=\"mailto:guru AT unixtech DOT be\">Pascal Bleser</a>, " +"un contributeur important à OpenSuSE, qui fournit beaucoup de <a href=\"http://linux01.gwdg." +"de/~pbleser/rpm-navigation.php?cat=Development/pikloops/\">paquetages PikLoop</a> sur son <a href=\"http://linux01.gwdg.de/~pbleser/index.php\">site web</a>." + #: ../include/contribute/flags.contribute.inc.php:2 #: ../include/download/flags.download.inc.php:2 #: ../include/index/flags.index.inc.php:2 @@ -376,6 +384,15 @@ msgid "German version" msgstr "Version allemande" +#: ../include/contribute/flags.contribute.inc.php:5 +#: ../include/download/flags.download.inc.php:5 +#: ../include/index/flags.index.inc.php:5 +#: ../include/links/flags.links.inc.php:5 +#: ../include/manual/flags.manual.inc.php:5 +#: ../include/screenshot/flags.screenshot.inc.php:5 +msgid "Spanish version" +msgstr "Version espagnole" + #: ../include/contribute/header.contribute.inc.php:2 msgid "PikLoops contribution page" msgstr "Page des contributions de PikLoops" @@ -484,6 +501,10 @@ msgid "Release date:" msgstr "Mise à jour :" +#: ../index.php:23 ../index.php:25 +msgid "29 september 2007" +msgstr "29 septembre 2007" + #: ../index.php:26 msgid "GPG key:" msgstr "Clé publique GPG :" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-16 15:07:20
|
Revision: 154 http://pikloops.svn.sourceforge.net/pikloops/?rev=154&view=rev Author: dionysos-sf Date: 2007-10-16 08:07:17 -0700 (Tue, 16 Oct 2007) Log Message: ----------- Add news icons Added Paths: ----------- web/trunk/images/logos/bzip-compressed-tar-logo-icon-30x30.png web/trunk/images/logos/gnupg-logo-icon-30x30.png web/trunk/images/logos/rpm-logo-icon-30x30.png Added: web/trunk/images/logos/bzip-compressed-tar-logo-icon-30x30.png =================================================================== (Binary files differ) Property changes on: web/trunk/images/logos/bzip-compressed-tar-logo-icon-30x30.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/trunk/images/logos/gnupg-logo-icon-30x30.png =================================================================== (Binary files differ) Property changes on: web/trunk/images/logos/gnupg-logo-icon-30x30.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: web/trunk/images/logos/rpm-logo-icon-30x30.png =================================================================== (Binary files differ) Property changes on: web/trunk/images/logos/rpm-logo-icon-30x30.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-16 15:05:27
|
Revision: 153 http://pikloops.svn.sourceforge.net/pikloops/?rev=153&view=rev Author: dionysos-sf Date: 2007-10-16 08:05:28 -0700 (Tue, 16 Oct 2007) Log Message: ----------- Nicer download page. Add some binaries. Modified Paths: -------------- web/trunk/download.php Modified: web/trunk/download.php =================================================================== --- web/trunk/download.php 2007-10-16 15:01:05 UTC (rev 152) +++ web/trunk/download.php 2007-10-16 15:05:28 UTC (rev 153) @@ -16,53 +16,70 @@ $DOWNLOAD_BINARIES=_("Binaries"); $PAGE_LAST_UPDATE=_("Last page update:"); - $DOWNLOAD_LAST_UPDATE=_("29 september 2007"); + $DOWNLOAD_LAST_UPDATE=_("16 october 2007"); - $DOWNLOAD_MESSAGE_0_2_4=_("Version 0.2.4:"); - $DOWNLOAD_MESSAGE_0_2_3=_("Version 0.2.3:"); - $DOWNLOAD_MESSAGE_0_2_2=_("Version 0.2.2:"); - $DOWNLOAD_MESSAGE_02=_("No binary avaliable for the moment."); + $DOWNLOAD_MESSAGE_02=_("Not a lot binaries avaliable for the moment."); $DOWNLOAD_MESSAGE_03=_("Feel free to build binary for your distribution and contact me, I'll put it here."); $DOWNLOAD_MESSAGE_04=_("Happy Fedora users ;-). PikLoops is in the repository from your favorite distribution. So, you just have to do:"); $DOWNLOAD_MESSAGE_05=_("as root and enjoy!"); + $DOWNLOAD_MESSAGE_06=_("Many thanks to <a href=\"mailto:hadacek AT kde DOT org\">Nicolas Hadacek</a>, the <a href=\"http://piklab.sf.net/\">Piklab</a> maintainer, who built these packages."); + $DOWNLOAD_MESSAGE_07=_("Many thanks to <a href=\"mailto:guru AT unixtech DOT be\">Pascal Bleser</a>, a great OpenSuSE contributer, who provide many <a href=\"http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=Development/pikloops/\">PikLoop packages</a> on his <a href=\"http://linux01.gwdg.de/~pbleser/index.php\">web site</a>."); ?> <div id="entete"> <h1><?php echo $DOWNLOAD_WELCOME ?></h1> </div> <div id="content"> - <div class="section"> - <h2><?php echo $DOWNLOAD_SOURCES ?></h2> - <p><?php echo $DOWNLOAD_MESSAGE_0_2_4 ?> - <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.4.tar.bz2">pikloops-0.2.4.tar.bz2</a> - <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.4.tar.bz2.asc">GnuPG</a> - </p> - <p><?php echo $DOWNLOAD_MESSAGE_0_2_3 ?> - <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.3.tar.bz2">pikloops-0.2.3.tar.bz2</a> - <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.3.tar.bz2.asc">GnuPG</a> - </p> - <p><?php echo $DOWNLOAD_MESSAGE_0_2_2 ?> - <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.2.tar.bz2">pikloops-0.2.2.tar.bz2</a> - <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.2.tar.bz2.asc">GnuPG</a> - </p> - </div> <div class="section"> - <h2><?php echo $DOWNLOAD_BINARIES ?></h2> <p><?php echo $DOWNLOAD_MESSAGE_02 ?></p> <p><?php echo $DOWNLOAD_MESSAGE_03 ?></p> + <h3><img src="images/logos/cpp-logo-icon-36x36.png" alt="CPP logo" width="36" height="36"/> <?php echo $DOWNLOAD_SOURCES ?></h3> + <div class="file-list"> + <ul> + <li style="background-image: url('images/logos/bzip-compressed-tar-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.4.tar.bz2">pikloops-0.2.4.tar.bz2</a> + </li> + <li style="background-image: url('images/logos/gnupg-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.4.tar.bz2.asc">pikloops-0.2.4.tar.bz2.asc</a> + </li> + <li style="background-image: url('images/logos/bzip-compressed-tar-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.3.tar.bz2">pikloops-0.2.3.tar.bz2</a> + </li> + <li style="background-image: url('images/logos/gnupg-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.3.tar.bz2.asc">pikloops-0.2.3.tar.bz2.asc</a> + </li> + <li style="background-image: url('images/logos/bzip-compressed-tar-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.2.tar.bz2">pikloops-0.2.2.tar.bz2</a> + </li> + <li style="background-image: url('images/logos/gnupg-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.2.tar.bz2.asc">pikloops-0.2.2.tar.bz2.asc</a> + </li> + </ul> + </div> + <h3><img src="images/logos/fedora-logo-icon-36x36.png" alt="Fedora logo" width="36" height="36"/> Fedora</h3> <p><?php echo $DOWNLOAD_MESSAGE_04 ?></p> <p class="full_cli">yum install pikloops</p> <p><?php echo $DOWNLOAD_MESSAGE_05 ?></p> + <h3><img src="images/logos/mandriva-logo-icon-36x36.png" alt="Mandriva logo" width="36" height="36"/> Mandriva</h3> + <div class="file-list"> + <ul> + <li style="background-image: url('images/logos/rpm-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.4-1mdk.i586.rpm">pikloops-0.2.4-1mdk.i586.rpm</a> + </li> + <li style="background-image: url('images/logos/rpm-logo-icon-30x30.png');"> + <a href="http://downloads.sourceforge.net/pikloops/pikloops-0.2.4-1mdk.src.rpm">pikloops-0.2.4-1mdk.src.rpm</a> + </li> + </ul> + </div> + <p><?php echo $DOWNLOAD_MESSAGE_06 ?></p> + <h3><img src="images/logos/opensuse-logo-icon-36x36.png" alt="OpenSuSE logo" width="36" height="36"/> OpenSuSE</h3> + <p><?php echo $DOWNLOAD_MESSAGE_07 ?></p> </div> </div> <div class="remplissage"> </div> - <div class="remplissage"> - </div> - <div class="remplissage"> - </div> <div id="modification"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-16 15:01:04
|
Revision: 152 http://pikloops.svn.sourceforge.net/pikloops/?rev=152&view=rev Author: dionysos-sf Date: 2007-10-16 08:01:05 -0700 (Tue, 16 Oct 2007) Log Message: ----------- Style for files list Modified Paths: -------------- web/trunk/styles/main.css Modified: web/trunk/styles/main.css =================================================================== --- web/trunk/styles/main.css 2007-10-16 08:34:18 UTC (rev 151) +++ web/trunk/styles/main.css 2007-10-16 15:01:05 UTC (rev 152) @@ -101,6 +101,13 @@ margin-bottom: 3em; } +.file-list ul li { + background-repeat: no-repeat; + line-height: 30px; + margin: 1em; + padding-left: 35px; +} + #screenshot { text-align: center; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dio...@us...> - 2007-10-16 08:34:16
|
Revision: 151 http://pikloops.svn.sourceforge.net/pikloops/?rev=151&view=rev Author: dionysos-sf Date: 2007-10-16 01:34:18 -0700 (Tue, 16 Oct 2007) Log Message: ----------- Update Modified Paths: -------------- prog/trunk/NEWS Modified: prog/trunk/NEWS =================================================================== --- prog/trunk/NEWS 2007-10-16 08:07:43 UTC (rev 150) +++ prog/trunk/NEWS 2007-10-16 08:34:18 UTC (rev 151) @@ -1,3 +1,7 @@ +Version 0.2.5 : + Fix bug in delay calculation + Modify delay calculation management + Version 0.2.4 : Fix bug in german translation Spanish translation by Carlos M. Cámara This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |