aboutsummaryrefslogtreecommitdiffstats
path: root/libical
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>2000-02-19 07:39:20 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-02-19 07:39:20 +0800
commitd82170a3f75247fdce0a6c8b922eda503dfdd2fb (patch)
treeaed679bd27a18d1b6383d36822e2780a1388981e /libical
parente958e1ef3a82ef342f6253f33321417913840ba6 (diff)
downloadgsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar
gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.gz
gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.bz2
gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.lz
gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.xz
gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.tar.zst
gsoc2013-evolution-d82170a3f75247fdce0a6c8b922eda503dfdd2fb.zip
Make gnomeui the last library on the command line, as its path is the one
2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx> * configure.in: Make gnomeui the last library on the command line, as its path is the one most likely to hold other old libraries (libxml) and we need newer versions. svn path=/trunk/; revision=1844
Diffstat (limited to 'libical')
-rw-r--r--libical/Makefile2
-rwxr-xr-xlibical/config.status14
2 files changed, 8 insertions, 8 deletions
diff --git a/libical/Makefile b/libical/Makefile
index 97ea715bbf..226637ac9e 100644
--- a/libical/Makefile
+++ b/libical/Makefile
@@ -3,7 +3,7 @@ VERSION = 0.15
DISTNAME = libical
SUBDIRS = src
-prefix = /usr/local
+prefix = /home/miguel
PREFIX = ${prefix}
EXEC_PREFIX = ${prefix}
BIN_DIR = $(EXEC_PREFIX)/bin
diff --git a/libical/config.status b/libical/config.status
index 9570dc9bbc..c957041e8c 100755
--- a/libical/config.status
+++ b/libical/config.status
@@ -2,9 +2,9 @@
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
-# on host twitch:
+# on host papaya.nuclecu.unam.mx:
#
-# ./configure
+# ./configure --prefix=/home/miguel --cache-file=.././config.cache --srcdir=.
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.
@@ -14,8 +14,8 @@ for ac_option
do
case "$ac_option" in
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- echo "running ${CONFIG_SHELL-/bin/sh} ./configure --no-create --no-recursion"
- exec ${CONFIG_SHELL-/bin/sh} ./configure --no-create --no-recursion ;;
+ echo "running ${CONFIG_SHELL-/bin/sh} ./configure --prefix=/home/miguel --cache-file=.././config.cache --srcdir=. --no-create --no-recursion"
+ exec ${CONFIG_SHELL-/bin/sh} ./configure --prefix=/home/miguel --cache-file=.././config.cache --srcdir=. --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "./config.status generated by autoconf version 2.13"
exit 0 ;;
@@ -36,15 +36,15 @@ sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
/^[ ]*VPATH[ ]*=[^:]*$/d
s%@SHELL@%/bin/sh%g
-s%@CFLAGS@%-g%g
+s%@CFLAGS@%-g -O2%g
s%@CPPFLAGS@%%g
-s%@CXXFLAGS@%-g%g
+s%@CXXFLAGS@%%g
s%@FFLAGS@%%g
s%@DEFS@% -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DHAVE_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAVE_STDIO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_ASSERT_H=1 -DHAVE_STRDUP=1 %g
s%@LDFLAGS@%%g
s%@LIBS@%%g
s%@exec_prefix@%${prefix}%g
-s%@prefix@%/usr/local%g
+s%@prefix@%/home/miguel%g
s%@program_transform_name@%s,x,x,%g
s%@bindir@%${exec_prefix}/bin%g
s%@sbindir@%${exec_prefix}/sbin%g