OSDN Git Service

Oops, depmod should be depcomp
authorJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 12:09:30 +0000 (12:09 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 12:09:30 +0000 (12:09 +0000)
Makefile.am
cvscompile

index 03befeb..61d82e0 100644 (file)
@@ -1,5 +1,5 @@
 SUBDIRS=doc include src aserver test utils
-EXTRA_DIST=ChangeLog INSTALL TODO configure cvscompile libtool depmod version
+EXTRA_DIST=ChangeLog INSTALL TODO configure cvscompile libtool depcomp version
 
 INCLUDES=-I$(top_srcdir)/include
 
index fb024f0..41bd1f7 100644 (file)
@@ -5,7 +5,7 @@ libtoolize --force --copy --automake
 aclocal $ACLOCAL_FLAGS
 autoheader
 automake --foreign --copy --add-missing
-touch depmod           # seems to be missing for old automake
+touch depcomp          # seems to be missing for old automake
 autoconf
 export CFLAGS='-O2 -Wall -W -pipe -g'
 echo "CFLAGS=$CFLAGS"