Call configure instead of autogen.sh.

Original commit message from CVS:
Call configure instead of autogen.sh.
This commit is contained in:
David I. Lehn 2001-02-24 21:07:23 +00:00
parent 60eeda80de
commit c87e1f9b0c

2
debian/rules vendored
View File

@ -30,7 +30,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
./autogen.sh \
./configure \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \