diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-12-03 11:46:47 -0500 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-12-03 11:46:47 -0500 |
| commit | 088c2facf6992cd95525a46b8edc4bca68b2e1f4 (patch) | |
| tree | 9a6185bf2753ade0902a2bf007bc5da65309c24a | |
| parent | d4c537ff30f96626d1a3c651984a85abbcc705bc (diff) | |
- update autogen so that it works again on my dev boxslapi-nis-0.8.3
| -rwxr-xr-x | autogen.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,5 +3,9 @@ export CFLAGS="`rpm --eval '%{optflags}'` -Wall -Wimplicit -Wextra -Wuninitializ libarch=`gcc --print-multi-os-directory` usrlibarch=`cd /usr/lib/$libarch; /bin/pwd` libarch=`basename $usrlibarch` -autoreconf -f -i -v +libtoolize -f -c +aclocal --force -I m4 +autoheader +automake -f -a -i +autoconf -f -i ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/$libarch --enable-maintainer-mode --with-server=dirsrv --with-users="cn=Users, cn=Accounts" --with-groups="cn=Groups, cn=Accounts" "$@" |
