From: | teg(at)redhat(dot)com (Trond Eivind=?iso-8859-1?q?_Glomsr=F8d?=) |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Configuration and build clean-up |
Date: | 2000-05-29 18:59:26 |
Message-ID: | xuybt1p5gj5.fsf@hoser.devel.redhat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> As an on-going process starting now I would like to begin cleaning up the
> configuration and build process, in particular to eventually have
If so, please fix this in the configure.in script:
AC_CONFIG_AUX_DIR(`pwd`)
This doesn't work very well with libtool:
[root(at)hoser src]# libtoolize
Remember to add `AM_PROG_LIBTOOL' to `configure.in'.
Using `AC_PROG_RANLIB' is rendered obsolete by `AM_PROG_LIBTOOL'
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, ``pwd`'.
/usr/bin/libtoolize: `pwd`: Ingen slik fil eller filkatalog
[root(at)hoser src]#
libtoolize (a part of libtool) isn't important on int's own, but it's
used as part of some automated buildsystems
--
Trond Eivind Glomsrød
Red Hat, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-05-29 19:20:26 | Re: Timestamp data type problems |
Previous Message | Tom Lane | 2000-05-29 18:20:18 | Re: Vacuum now uses AccessShareLock for analyze |