automake before autoconf.
authorjbj <devnull@localhost>
Tue, 4 Mar 2003 23:35:23 +0000 (23:35 +0000)
committerjbj <devnull@localhost>
Tue, 4 Mar 2003 23:35:23 +0000 (23:35 +0000)
CVS patchset: 6651
CVS date: 2003/03/04 23:35:23

elfutils/autogen.sh

index 77e73ed..60700bf 100755 (executable)
@@ -3,8 +3,8 @@
 libtoolize --copy --force
 aclocal
 autoheader
+automake -a -c
 autoconf
-automake
 
 if [ "$1" = "--noconfigure" ]; then 
     exit 0;