From d82170a3f75247fdce0a6c8b922eda503dfdd2fb Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 18 Feb 2000 23:39:20 +0000 Subject: Make gnomeui the last library on the command line, as its path is the one 2000-02-18 Miguel de Icaza * 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 --- libical/Makefile | 2 +- libical/config.status | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'libical') 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 -- cgit v1.2.3