]> git.wh0rd.org Git - nano.git/commitdiff
Oops, m4 stuff is in m4/ in nano 1.1.x...
authorJordi Mallach <jordi@gnu.org>
Thu, 4 Oct 2001 01:44:06 +0000 (01:44 +0000)
committerJordi Mallach <jordi@gnu.org>
Thu, 4 Oct 2001 01:44:06 +0000 (01:44 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@848 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

autogen.sh

index 18cbb541c752c9ec916c7f4affefdb35bd1eb743..e8e26cec65e1efcc6fcccaf8a890e1a6484d9319 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Generate configure & friends for CVS users.
 
-aclocal
+aclocal -I ./m4
 automake --add-missing
 autoheader
 autoconf