]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Switch to using the newer forms of AC_INIT and AM_INIT_AUTOMAKE so that
authorTom Hughes <tom@compton.nu>
Sun, 29 Aug 2004 09:46:38 +0000 (09:46 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 29 Aug 2004 09:46:38 +0000 (09:46 +0000)
configure can print the package name correctly.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2624

configure.in

index a9f287a33e15c0c23dc7bb72c17d312f978cbdae..47b4e7a4645925302e0a377cbd2485e184226ccb 100644 (file)
@@ -1,7 +1,8 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(coregrind/vg_main.c)   # give me a source file, any source file...
+AC_INIT(Valgrind, 2.1.3.CVS, valgrind-users@lists.sourceforge.net)
+AC_CONFIG_SRCDIR(coregrind/vg_main.c)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(valgrind, 2.1.3.CVS)
+AM_INIT_AUTOMAKE
 
 AM_MAINTAINER_MODE