aboutsummaryrefslogtreecommitdiff
path: root/etc/stklos/configure.in
diff options
context:
space:
mode:
authorLudovic Court`es2006-08-30 09:15:24 +0000
committerLudovic Court`es2006-08-30 09:15:24 +0000
commit0becf7642cd296ab7963b5672b649afc5eaf3d49 (patch)
tree435e96a4c6784bb848eebc1b08d2b9b65b8f351e /etc/stklos/configure.in
parent26fc9d18c3db792f500d73eb22e78860216d2a9b (diff)
downloadskribilo-0becf7642cd296ab7963b5672b649afc5eaf3d49.tar.gz
skribilo-0becf7642cd296ab7963b5672b649afc5eaf3d49.tar.lz
skribilo-0becf7642cd296ab7963b5672b649afc5eaf3d49.zip
Removed the `etc' directory, kept `ChangeLog' and `skribe-config.in'.
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-52
Diffstat (limited to 'etc/stklos/configure.in')
-rw-r--r--etc/stklos/configure.in57
1 files changed, 0 insertions, 57 deletions
diff --git a/etc/stklos/configure.in b/etc/stklos/configure.in
deleted file mode 100644
index 956af77..0000000
--- a/etc/stklos/configure.in
+++ /dev/null
@@ -1,57 +0,0 @@
-dnl
-dnl Configure.in for Skribe
-dnl
-dnl Author: Erick Gallesio [eg@essi.fr]
-dnl Creation date: 23-Jul-2003 12:04 (eg)
-dnl Last file update: 26-Oct-2004 20:24 (eg)
-
-AC_INIT(../../src/common/api.scm)
-### AM_INIT_AUTOMAKE(skribe,0.0)
-PACKAGE=skribe
-
-SYSTEM=stklos
-SKRIBE='$(BINDIR)/skribe.stklos'
-SKRIBEBIBTEX='$(BINDIR)/skribebibtex.stklos'
-
-##
-## Initialize prefix
-##
-if test "${prefix}" = "NONE" -o "$prefix" = "" ;then
- prefix="/usr/local"
-fi
-
-##
-## Get information from ../config
-##
-if test -f ../config ;then
- . ../config
-else
- echo "You must configure Skribe from the ../.. directory"
- exit 1
-fi
-
-
-PREFIX=$prefix
-SKRIBE_RELEASE=${release}
-SKRIBE_URL=${skribeurl}
-
-##
-## Substitutions
-##
-AC_SUBST(PACKAGE)
-AC_SUBST(PREFIX)
-AC_SUBST(SKRIBE_RELEASE)
-AC_SUBST(SKRIBE_URL)
-AC_SUBST(SYSTEM)
-AC_SUBST(SKRIBE)
-AC_SUBST(SKRIBEINFO)
-AC_SUBST(SKRIBEBIBTEX)
-
-#
-# Outputs
-#
-AC_OUTPUT(Makefile ../../src/stklos/Makefile Makefile.config Makefile.skb)
-
-# Makefile.config must be in the parent directory
-mv Makefile.config ..
-