X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=61da659f370442e75173cd3a1810911a07c2575f;hb=ec8cfb46f08f820d56fa354341d8c939742faad8;hp=c1b5e1dcae0b7391ca31a81cfe46e494c30a131b;hpb=741c19c2a25c5d9e165cb99f7ff512209b7bade6;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index c1b5e1dc..61da659f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,15 +2,16 @@ prefix := @prefix@ exec_prefix := @exec_prefix@ # These two use prefix and exec_prefix -BINDIR := @bindir@ +bindir := @bindir@ datarootdir := @datarootdir@ PACKAGE_TARNAME := @PACKAGE_TARNAME@ PACKAGE_VERSION := @PACKAGE_VERSION@ -INSTALL := @install@ -GENGETOPT := @gengetopt@ -HELP2MAN := @help2man@ +INSTALL := @INSTALL@ +M4 := @M4@ +GENGETOPT := @GENGETOPT@ +HELP2MAN := @HELP2MAN@ ggo_descriptions_declared := @ggo_descriptions_declared@ object_executable_matrix := @object_executable_matrix@