About: Autoconf

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

GNU Autoconf is a tool for producing configure scripts for building, installing, and packaging software on computer systems where a Bourne shell is available. Autoconf is agnostic about the programming languages used, but it is often used for projects using C, C++, Fortran, Fortran 77, Erlang, or Objective-C.

Property Value
dbo:abstract
  • GNU Autoconf és una eina per a produir shell scripts que configuren automàticament paquets de codi font que s'adapten a diversos tipus de sistemes tipus UNIX. Els scripts produïts per Autoconf són independents d'aquest quan s'executen. Juntament amb Libtool i Automake, Autoconf forma el GNU build system. Autoconf utilitza m4 per a transformar un fitxer 'configure.ac' (anteriorment anomenat 'configure.in') en un script portable anomenat configure. L'script 'configure' genera els makefiles i fitxers necessaris per a compilar el programa. (ca)
  • Autoconf je nástroj pro vytváření softwarových balíčků kompilovaných ze zdrojových textů. Usiluje o překlenutí rozdílů mezi různými systémy a umožňuje, aby činnost při instalaci, která zahrnuje rozbalení distribučního archivu se zdrojovými texty, překlad (build) programů a instalaci vytvořených souborů, bylo možné provést pevnou posloupností příkazů, a pokud možno bez detailních znalostí cílového systému. Autoconf je použitelný na systémech, na kterých je dostupný Bourne shell a program make. Lze jej používat pro build programů v různých programovacích jazycích, např. C, C++, Fortran, Fortran 77, Erlang nebo Objective-C. Skript configure spouští řadu testů, pomocí kterých přizpůsobí zdrojové texty pro build a instalaci na konkrétní cílový systém. Pro přizpůsobení spouští na cílovém systému řadu testů, na jejichž základě vygeneruje hlavičkové soubory a soubory Makefile ze šablon. Autoconf spolu s programy a tvoří , který zahrnuje několik dalších nástrojů, především Autoheader. (cs)
  • GNU Autoconf is a tool for producing configure scripts for building, installing, and packaging software on computer systems where a Bourne shell is available. Autoconf is agnostic about the programming languages used, but it is often used for projects using C, C++, Fortran, Fortran 77, Erlang, or Objective-C. A configure script configures a software package for installation on a particular target system. After running a series of tests on the target system, the configure script generates header files and a makefile from templates, thus customizing the software package for the target system. Together with Automake and Libtool, Autoconf forms the GNU Build System, which comprises several other tools, notably Autoheader. (en)
  • Autoconf es una herramienta informática para crear shell scripts que configuren automáticamente el código fuente de un software para adaptarlo a diversos sistemas tipo UNIX. Dichos scripts creados por Autoconf son independientes de él cuando se ejecutan en el sistema en el que se quiere usar. Junto con otras herramientas como Automake, Autoheader o Libtool, Autoconf forma el GNU build system. (es)
  • GNU Autoconf est un logiciel servant à produire des scripts shell qui configurent automatiquement le code source d'un logiciel pour l'adapter à divers systèmes d'exploitation de type Unix. Les scripts produits par Autoconf sont indépendants de cet outil quand ils s'exécutent, de sorte que les usagers de ces scripts n'ont pas besoin d'avoir Autoconf. Avec GNU Automake et GNU Libtool, Autoconf forme le système de compilation de GNU. Autoconf utilise le préprocesseur GNU M4 pour transformer un fichier « configure.ac » (ou « configure.in » anciennement) en un script shell portable nommé « configure ». Le script « configure » exécute de façon non interactive et génère des en-têtes adaptés et des makefiles dérivés de modèles préétablis. On peut considérer qu'Autoconf compile un programme m4 vers un script shell. (fr)
  • Autoconf는 셸 스크립트를 만드는 도구이다. 이 도구를 사용하여 자동으로 소프트웨어 소스 코드 꾸러미를 구성하여 여러 종류의 유닉스 계열 시스템에 적용할 수 있다. Autoconf가 만든 구성 스크립트는 스크립트가 실행될 때 독립적으로 동작한다. 또한 Autoconf는 Automake, Libtool과 함께 GNU 빌드 시스템을 만든다. Autoconf는 사용자가 작성한 configure.ac 파일을 configure 셸 스크립트로 바꾸는 데 를 이용한다. 이 configure 스크립트는 사용자와 대화하면서 실행되지 않으며 미리 작성된 양식으로부터 미리 정해 둔 헤더와 makefile을 만들어 낸다. Autoconf는 'configure.ac' 안에서 프로그램을 셸 스크립트로 컴파일한다고 할 수 있다. (ko)
  • Autoconf è un software libero creato dal progetto GNU. Permette la creazione di pacchetti, generando uno script Bash configure che è in grado di produrre un makefile. (it)
  • GNU Autoconf is een programma waarmee configuratiescripts gegenereerd kunnen worden voor de bouw en de installatie van softwarepakketten op computers met een besturingssysteem waarvoor een Bourne-shell beschikbaar is. Autoconf is onwetend wat betreft de programmeertalen die voor een project gebruikt zijn. Vaak wordt Autoconf gebruikt voor projecten die zijn geschreven in C, C++, Fortran, Erlang of Objective-C. Een configuratiescript configureert een softwarepakket voor installatie op een bepaald doelsysteem. Het softwarepakket kan als een tarball verspreid worden voor installatie op andere besturingssystemen. Na het uitvoeren van een reeks tests op het doelsysteem, genereert het configuratiescript headerbestanden en een makefile voor de installatie van de software op het doelsysteem. Samen met en vormt Autoconf het . Gewoonlijk wordt de code voor het GNU build systeem door een IDE gegenereerd, zoals door Anjuta, de IDE voor de ontwikkeling van GTK+-applicaties voor X11-desktopomgevingen als GNOME en Xfce. Applicatieontwikkelaars hoeven de configuratiebestanden die door een IDE gegenereerd zijn zelden te veranderen of aan te passen. (nl)
  • Autoconf — утилита для создания конфигурационных скриптов (configure), которые автоматически настраивают для работы в Unix-подобных операционных системах. (ru)
  • GNU Autoconf – zestaw narzędzi oraz makr M4 stworzonych w ramach projektu GNU, które służą do generowania skryptów powłoki mających zająć się procesem kompilacji programów komputerowych rozprowadzanych w formie kodu źródłowego. Autoconf jest w stanie dostosować się do specyfiki wielu systemów operacyjnych bez angażowania użytkownika. (pl)
  • O GNU Autoconf é uma ferramenta para a produção de scripts shell para compilação, instalação e empacotamento de software em sistemas de computador onde o Bourne shell está disponível. O Autoconf é agnóstico quanto à linguagem de programação utilizada, mas normalmente é usado para projetos que usam C, C++, Fortran, Fortran 77, Erlang ou Objective-C. Um script configure configura um pacote de software para instalação em um sistema alvo particular. Após executar uma série de testes sobre o sistema alvo, o script configure gera arquivos de cabeçalho e um makefile a partir de templates, personalizando, desta forma, o pacote de software para o sistema alvo. Juntamente com o Automake e , o Autoconf forma o , que abrange várias outras ferramentas, notavelmente o Autoheader. O autoconf faz uso do para transformar um arquivo configure.ac (primeiramente e em projetos antigos, chamado configure.in) escrito pelo usuário, em um script shell chamado configure. Quando executado, o script configure analisa as características do sistema presente de modo não interativo e gera ficheiros de cabeçalhos e makefiles personalizados derivados de modelos pré-escritos. Pode-se dizer que o autoconf compila o programa M4 do configure.ac em um script shell. (pt)
  • Autoconf är ett verktyg som producerar som automatiskt konfigurerar mjukvarukällkod så att den anpassas till många olika Unix-liknande system. Konfigurationsskripten som Autoconf producerar använder inte Autoconf när de utförs, så användaren behöver inte ha Autoconf installerat på sitt system för att installera mjukvarupaket som använder Autoconf. Tillsammans med Automake och Libtool utgör Autoconf GNUs byggsystem. Autoconf använder skriptspråket GNU m4 för att transformera filen 'autoconf.ac', skriven av mjukvaruutvecklaren, till en portabel skalskriptfil kallad 'configure', som skall köras av användaren vid installation. 'configure' körs icke-interaktivt, och genererar include-filer samt så kallade makefiler från fördefinierade mallar. (sv)
  • GNU Autoconf是一个在Bourne shell下制作供编译、安装和打包软件的的工具。Autoconf并不受程式语言限制,常用于C、C++、Erlang和Objective-C。配置脚本控制了一个软件包在特定系统上的安装。在进行一系列测试后,配置脚本从模板中生成makefile与头文件进而调整软件包,使之适应某一种系统。Autoconf与Automake、Libtool等软件组成了GNU构建系统。Autoconf由于1991年夏天编写用于支持他在自由软件基金会的编程工作。此后,Autoconf包含了多人编写的改进代码并成为了使用最广泛的自由编译配置软件。 (zh)
dbo:developer
dbo:genre
dbo:latestReleaseDate
  • 2021-01-28 (xsd:date)
dbo:latestReleaseVersion
  • 2.71
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 171527 (xsd:integer)
dbo:wikiPageInterLanguageLink
dbo:wikiPageLength
  • 9340 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1120626122 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
  • David Mackenzie (en)
dbp:developer
dbp:genre
dbp:latestReleaseDate
  • 2021-01-28 (xsd:date)
dbp:latestReleaseVersion
  • 2.710000 (xsd:double)
dbp:license
dbp:logo
  • Heckert GNU white.svg (en)
dbp:logoSize
  • 100 (xsd:integer)
dbp:name
  • Autoconf (en)
dbp:operatingSystem
dbp:programmingLanguage
dbp:released
  • 1991 (xsd:integer)
dbp:website
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • GNU Autoconf és una eina per a produir shell scripts que configuren automàticament paquets de codi font que s'adapten a diversos tipus de sistemes tipus UNIX. Els scripts produïts per Autoconf són independents d'aquest quan s'executen. Juntament amb Libtool i Automake, Autoconf forma el GNU build system. Autoconf utilitza m4 per a transformar un fitxer 'configure.ac' (anteriorment anomenat 'configure.in') en un script portable anomenat configure. L'script 'configure' genera els makefiles i fitxers necessaris per a compilar el programa. (ca)
  • Autoconf es una herramienta informática para crear shell scripts que configuren automáticamente el código fuente de un software para adaptarlo a diversos sistemas tipo UNIX. Dichos scripts creados por Autoconf son independientes de él cuando se ejecutan en el sistema en el que se quiere usar. Junto con otras herramientas como Automake, Autoheader o Libtool, Autoconf forma el GNU build system. (es)
  • Autoconf는 셸 스크립트를 만드는 도구이다. 이 도구를 사용하여 자동으로 소프트웨어 소스 코드 꾸러미를 구성하여 여러 종류의 유닉스 계열 시스템에 적용할 수 있다. Autoconf가 만든 구성 스크립트는 스크립트가 실행될 때 독립적으로 동작한다. 또한 Autoconf는 Automake, Libtool과 함께 GNU 빌드 시스템을 만든다. Autoconf는 사용자가 작성한 configure.ac 파일을 configure 셸 스크립트로 바꾸는 데 를 이용한다. 이 configure 스크립트는 사용자와 대화하면서 실행되지 않으며 미리 작성된 양식으로부터 미리 정해 둔 헤더와 makefile을 만들어 낸다. Autoconf는 'configure.ac' 안에서 프로그램을 셸 스크립트로 컴파일한다고 할 수 있다. (ko)
  • Autoconf è un software libero creato dal progetto GNU. Permette la creazione di pacchetti, generando uno script Bash configure che è in grado di produrre un makefile. (it)
  • Autoconf — утилита для создания конфигурационных скриптов (configure), которые автоматически настраивают для работы в Unix-подобных операционных системах. (ru)
  • GNU Autoconf – zestaw narzędzi oraz makr M4 stworzonych w ramach projektu GNU, które służą do generowania skryptów powłoki mających zająć się procesem kompilacji programów komputerowych rozprowadzanych w formie kodu źródłowego. Autoconf jest w stanie dostosować się do specyfiki wielu systemów operacyjnych bez angażowania użytkownika. (pl)
  • GNU Autoconf是一个在Bourne shell下制作供编译、安装和打包软件的的工具。Autoconf并不受程式语言限制,常用于C、C++、Erlang和Objective-C。配置脚本控制了一个软件包在特定系统上的安装。在进行一系列测试后,配置脚本从模板中生成makefile与头文件进而调整软件包,使之适应某一种系统。Autoconf与Automake、Libtool等软件组成了GNU构建系统。Autoconf由于1991年夏天编写用于支持他在自由软件基金会的编程工作。此后,Autoconf包含了多人编写的改进代码并成为了使用最广泛的自由编译配置软件。 (zh)
  • Autoconf je nástroj pro vytváření softwarových balíčků kompilovaných ze zdrojových textů. Usiluje o překlenutí rozdílů mezi různými systémy a umožňuje, aby činnost při instalaci, která zahrnuje rozbalení distribučního archivu se zdrojovými texty, překlad (build) programů a instalaci vytvořených souborů, bylo možné provést pevnou posloupností příkazů, a pokud možno bez detailních znalostí cílového systému. (cs)
  • GNU Autoconf is a tool for producing configure scripts for building, installing, and packaging software on computer systems where a Bourne shell is available. Autoconf is agnostic about the programming languages used, but it is often used for projects using C, C++, Fortran, Fortran 77, Erlang, or Objective-C. (en)
  • GNU Autoconf est un logiciel servant à produire des scripts shell qui configurent automatiquement le code source d'un logiciel pour l'adapter à divers systèmes d'exploitation de type Unix. Les scripts produits par Autoconf sont indépendants de cet outil quand ils s'exécutent, de sorte que les usagers de ces scripts n'ont pas besoin d'avoir Autoconf. Avec GNU Automake et GNU Libtool, Autoconf forme le système de compilation de GNU. (fr)
  • GNU Autoconf is een programma waarmee configuratiescripts gegenereerd kunnen worden voor de bouw en de installatie van softwarepakketten op computers met een besturingssysteem waarvoor een Bourne-shell beschikbaar is. Autoconf is onwetend wat betreft de programmeertalen die voor een project gebruikt zijn. Vaak wordt Autoconf gebruikt voor projecten die zijn geschreven in C, C++, Fortran, Erlang of Objective-C. (nl)
  • O GNU Autoconf é uma ferramenta para a produção de scripts shell para compilação, instalação e empacotamento de software em sistemas de computador onde o Bourne shell está disponível. O Autoconf é agnóstico quanto à linguagem de programação utilizada, mas normalmente é usado para projetos que usam C, C++, Fortran, Fortran 77, Erlang ou Objective-C. (pt)
  • Autoconf är ett verktyg som producerar som automatiskt konfigurerar mjukvarukällkod så att den anpassas till många olika Unix-liknande system. Konfigurationsskripten som Autoconf producerar använder inte Autoconf när de utförs, så användaren behöver inte ha Autoconf installerat på sitt system för att installera mjukvarupaket som använder Autoconf. Tillsammans med Automake och Libtool utgör Autoconf GNUs byggsystem. (sv)
rdfs:label
  • Autoconf (en)
  • GNU Autoconf (ca)
  • Autoconf (cs)
  • Autoconf (es)
  • Autoconf (fr)
  • Autoconf (it)
  • Autoconf (ko)
  • Autoconf (nl)
  • Autoconf (pl)
  • Autoconf (ru)
  • Autoconf (pt)
  • Autoconf (sv)
  • Autoconf (zh)
owl:differentFrom
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Autoconf (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License