summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:05:04 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:05:04 +0000
commitbf87740bafce683f026492a65381069c65b22561 (patch)
tree3d913f0c11445e5ae6026a394a9a13ca6bbf53d1 /autogen.sh
parent08343b5eff53945fd446465c6b29f94d01a94966 (diff)
downloadpkg-config-bf87740bafce683f026492a65381069c65b22561.tar.gz
2002-02-28 Havoc Pennington <hp@redhat.com>
Author: hp Date: 2002-02-28 23:10:32 GMT 2002-02-28 Havoc Pennington <hp@redhat.com> Fix for static linking, -l flag order for libs in multiple prefixes * pkg.c: only sort -L/-I by PKG_CONFIG_PATH order, don't sort -l flags. (fill_list_single_package): make whether to path sort controlled by a boolean arg (fill_list): ditto
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index fd6286a..784e29f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -82,6 +82,8 @@ autoconf
cd $ORIGDIR
+export AUTOMAKE
+export ACLOCAL
$srcdir/configure --enable-maintainer-mode --disable-shared --disable-threads "$@"
echo